Skip to content

Python implementation of the Least Squares Method for Linear Regression. Calculates the optimal line of best fit ($y=aX+b$) from user-input data points, determining coefficients $a$ and $b$, and allowing for direct prediction of new values.

Notifications You must be signed in to change notification settings

Faridanada/Linear-Regression-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

Python implementation of the Least Squares Method for Linear Regression. Calculates the optimal line of best fit ($y=aX+b$) from user-input data points, determining coefficients $a$ and $b$, and allowing for direct prediction of new values.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages