An open API service indexing awesome lists of open source software.

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

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])