daspinola / least-squares-regression

Visualize least squares regression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Least Squares Regression

This is a sample project to introduce the least squares regression formula used for the article in FreeCodeCamp that can be found here

Make it run

  • Clone the repository
  • In the terminal install the dependencies with npm install
  • Run npm run server-debug

Contributing

This is a reference repository so I will only look into accepting any bug fix or improvement that doesn't vastly change the current content.

On the other hand, you're encouraged to fork and improve it in your own repository, let me know what you come up with ^^.

About

Visualize least squares regression

License:MIT License


Languages

Language:JavaScript 72.2%Language:HTML 20.7%Language:CSS 7.1%