Skip to content

Michael-R7/Selfmade-LinearRegression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

To understand how Linear Regression algorithm works I have created my own CustomLinearRegression class, using only math and basic knowledge of numpy, pandas and scikit-learn. I have compared my Regression's intercept, model coefficients, r2 and rmse metrics to the ones I got using skikit-learn built-in LinearRegression. Models were trained and tested on scikit-learn built-in Boston house prices dataset.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages