Car Price Detection System This is a detection algorithm made using Linear regression and Random Forest Regressor. I got an R2 score of 0.63 using Linear regression and 0.67 using Radom Forest Regressor. The dataset I used is from Kaggle, which is also attached here.
Dataset after dropping unnecessary features
Number of cars sold in each brand
Number of cars sold in each state
One Hot Encoding to convert text data to numerical