Estimation of price of used cars
The project is based on estimating the price of used car according to their models, engine, miles run and various other attributes like Location, Year, Kilometers_Driven, Fuel_Type, Transmission, Owner_Type, Mileage, Engine, Power and Seats.
- Python
- Jupyter Notebook
The data is present in kaggle.
- XGBoost
- Random Forest Regressor
- LGBM Regressor
Framework | Prediction Score |
---|---|
XGBoost | 89.45 |
Random Forest Regressor | 98.35 |
LGBM Regressor | 88.69 |
It is observed that Random Forest Regressor performs very well on this given dataset.