Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 832 Bytes

File metadata and controls

13 lines (8 loc) · 832 Bytes

You can view live demo here at: https://colab.research.google.com/drive/1VphErIfe2QCTUhy1GilckLucaKVDUi8B?usp=sharing

The price of a car depends on a lot of factors like the goodwill of the brand of the car, features of the car, horsepower and the mileage it gives and many more.

Car price prediction is one of the major research areas in machine learning.

I've made use of libraries such as pandas (to read in dataset files), numpy (to work with arrays used within the code), matplotlib & seaborn (for plotting), sklearn (for various ML models).
To train the car price, the decision tree 'regression algorithm' prediction model was used. The data was split into training and test sets to train the model.

I've also added the dataset used by me.
The dataset was downloaded from www.Kaggle.com