Skip to content

A notebook that basically generates random linear and parabolic data and then it fits various curves (polynomials with different degrees) in that data.

License

Notifications You must be signed in to change notification settings

vlatan/regression-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Regression Analysis

A notebook used for generating the plots used in this article.

It basically generates random linear and parabolic data and then it fits various curves (polynomials with different degrees) in that data. In other words it trains bunch of different regression models and compares their precision. It also compares the differences in models' r-squared errors between training and new data. In doing so it brings up the question about underfitting and overfitting.

About

A notebook that basically generates random linear and parabolic data and then it fits various curves (polynomials with different degrees) in that data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published