Polynomial Regression

Script to given a dataset, generate a graph using Linear Regression and Polynomial Regression

See the next image to see the whole dataset. Below is an example of the values from the table

UNIQUE(Días del año) HORA 8
1 1.6
2 7.8
n xx

First aproach with Linear Regression (Not so good)

alt text

Second aproach with Polynomial Regression (Better)

alt text

Built With

Share this project:

Updates