/Used-Cars-Price-Prediction

Predicting prices of Used Cars using machine learning algorithms.

Primary LanguageJupyter Notebook

Used-Cars-Price-Prediction

This project is about predicting the prices of used cars using Random Forest regression.The dataset has various details of used cars from that considering no of years used , kilometers driven,mileage ,engine and some more aspects to predict the price of the used car.This include data preprocessing ,analyzing ,training and predicting. For this model,random forest regressor gives a high r2 score of 0.89.