keon / algorithms

Minimal examples of data structures and algorithms in Python
MIT License
23.77k stars 4.59k forks source link

Adding linear regression algorithm #871

Open MakanFar opened 1 year ago

MakanFar commented 1 year ago

Implementing linear regression in python from scratch.