rushter / MLAlgorithms

Minimal and clean examples of machine learning algorithms implementations
MIT License
10.71k stars 1.78k forks source link

Linear Regression Implementation from scratch #61

Closed bhumikadhingra closed 4 years ago

rushter commented 4 years ago

Hi. Thank for your contribution, but unfortunately, we already have an implementation of linear regression: https://github.com/rushter/MLAlgorithms/blob/master/mla/linear_models.py

If you want to improve it or add something that is missing, please update that file and follow the same code style and module organization.