- Project Overview: A brief description of the project, its goal, and the improvement in the R² score.
- Dataset: A short note on the dataset used.
- Models Used: List the models applied in the project.
- Results: Highlight the improvement in the model's performance.
This project aims to predict car prices using a dataset of 6000 data points. We implemented and compared two machine learning models: Linear Regression and Random Forest Regressor. The project involves data preprocessing, model training, evaluation, and optimization. The R² score was improved from 69% to 91% through careful feature engineering and model tuning.
The dataset consists of 6000 data points, each representing a car with various attributes such as make, model, year, mileage, fuel type, and more. The target variable is the car price.
- Linear Regression
- Random Forest Regressor
Through iterative training and optimization, the R² score of our models was improved from an initial 75% to a final 93%. This significant improvement demonstrates the effectiveness of feature engineering and model selection.