GitHub / KolbeWilliams / Python-Linear-Regression-and-Polynomial-Curve-Fitting
This project consists of 2 python programs. One allows the user to input a set of data points, and the range of slopes and intercepts they want to test. The program finds the optimal regression line by calculating the error of each slope, intercept combination. The second program performs polynomial curve fitting on user provided data points.
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Python
Size: 1.24 MB
Dependencies parsed at: Pending
Created at: 6 months ago
Updated at: 6 months ago
Pushed at: 6 months ago
Last synced at: about 2 months ago
Topics: linear-regression, polynomial-regression, python