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)

Second aproach with Polynomial Regression (Better)

Built With
- csv
- python
Log in or sign up for Devpost to join the conversation.