Modeling
Now this section is of least important so we’re going to be incredibly sloppy here. We’ll perform a simple train test split and create a simple Linear Regression model.
|
|
|
|
0.498875410976377
|
|
array([635.1964214])
|
|
5810.549007860056
|
|
While our model isn’t great, lets pretend we’re satisfied with it and move on to preparing to wrap our model in an API and getting it into production.