Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.33 KB

01-car-price-intro.md

File metadata and controls

42 lines (29 loc) · 1.33 KB

2.1 Car price prediction project

Slides

Notes

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.

Navigation