This project is about the creation of a model for helping users to predict car prices. The dataset was obtained from this kaggle competition.
Project plan:
- Prepare data and Exploratory data analysis (EDA)
- Use linear regression for predicting price
- Understanding the internals of linear regression
- Evaluating the model with RMSE
- Feature engineering
- Regularization
- Using the model
The code and dataset are available at this link.
The notes are written by the community. If you see an error here, please create a PR with a fix. |