Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.3 KB

08-baseline-model.md

File metadata and controls

32 lines (22 loc) · 1.3 KB

2.8 Baseline model for car price prediction project

Slides

Notes

The LR model obtained in the previous section was used with the dataset of car price prediction. For this model, only the numerical variables were considered. The training data was pre-processed, replacing the NaN values with 0, in such a way that these values were omitted by the model. Then, the model was trained and it allowed to make predictions on new data. Finally, distributions of y target variable and predictions were compared by plotting their histograms.

The entire code of this project is available in this jupyter notebook.

⚠️ The notes are written by the community.
If you see an error here, please create a PR with a fix.

Nagivation