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).
- NumPy
- Matplotlib
- PyTorch
$ python3 regression.py # default linear_regression
$ python3 regression.py exponential_regression #choose spesific regression type
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