https://github.com/reshalfahsi/regression
Set of Regression Method
https://github.com/reshalfahsi/regression
exponential-regression linear-regression polynomial-regression power-regression python regression
Last synced: 4 months ago
JSON representation
Set of Regression Method
- Host: GitHub
- URL: https://github.com/reshalfahsi/regression
- Owner: reshalfahsi
- License: mit
- Created: 2020-03-15T13:19:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T17:56:00.000Z (about 5 years ago)
- Last Synced: 2025-01-15T07:14:49.449Z (5 months ago)
- Topics: exponential-regression, linear-regression, polynomial-regression, power-regression, python, regression
- Language: Python
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Regression
Regression is a method to form relationship between one dependent variable (usually denoted by Y) and a series of other variables (known as independent variables and usually denoted by X).
## Dependencies
* NumPy
* Matplotlib
* PyTorch## How to Use
~~~
$ python3 regression.py # default linear_regression
$ python3 regression.py exponential_regression #choose spesific regression type
~~~## Citation
If you found it useful don't forget to cite:
~~~
@misc{Al-Fahsi2020,
author = {Al-Fahsi, R.D.H.},
title = {Regression},
year = {2020},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/reshalfahsi/regression}},
commit = { *fill it with which version of commit you use e.g. 33a2c2b* }
}
~~~or
~~~
R.D.H. Al-Fahsi, Regression, (2020), GitHub repository, https://github.com/reshalfahsi/regression
~~~## License
[MIT License](https://github.com/reshalfahsi/regression/blob/master/LICENSE)
## Maintainer
[Resha Dwika Hefni Al-Fahsi](mailto:[email protected])