Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 257 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 257 Bytes

Linear-regression-in-python

This is to demonstrate how linear regression can be achieved in pure python WITHOUT using Scikit learn library. It will help to understand the fundamentals of mathematics behind linear regression method of machine learning