Skip to content

EmanWiens/Least_Squares_Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Least_Squares_Regression

Least square regression implementation based on https://www.mathsisfun.com/data/least-squares-regression.html. Supplemental sources:


Download processing here https://processing.org/.

Ridge Regression

The next step would be to turn this into Ridge regression! The goal of this strategy is to attempt to mitigate the effect of outliers by adjusting the way that the regression is calculated. See https://towardsdatascience.com/ridge-and-lasso-regression-a-complete-guide-with-python-scikit-learn-e20e34bcbf0b for more information.

How to use the program

  • Download processing.
  • Open and run the code in processing.
  • Once the code is running click on the canvas to create a point.

About

A simple visualization of Least Squares Regression.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published