Skip to content

nvdieu/Linear-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear-Regression

  • Describe and create least squares method used for simple linear regression.

  • Open it for multiple linear regression.

  • Python code from scratch and functions from Scikit-learn.