Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 2.38 KB

README.md

File metadata and controls

57 lines (43 loc) · 2.38 KB

car

Car Price Prediction - Machine Learning

Kaggle Python Library

Table of Contents

Installation

You need to be able to work in a Jupyter Notebook on your computer. The following packages (libraries) need to be installed. You can install these packages via conda or pip.

  • Numpy
  • Pandas
  • Matplotlib
  • Seaborn
  • Scikit learn

Results

  • The Distribution of Price is main problem beacuse it was skewed right, and gives large error in train and test. So, to solve this problem I have used Log Transformation.

price_distribution

price_log_distribution

  • Correlation Matrix: This gives an brief idea about connection between each other (Here target variable is msrp).

Data_Correlation

  • Final Results on Train and Test Data

Prediction Vs Actual Distribution on Train Data
train_dist

Prediction Vs Actual Distribution on Test Data
test_dist

  • Meteric used:
    • Root Mean Square Error (RMSE): 0.0708 on Train DataSet and 0.1078 on Test DataSet.

Licensing, Authors, Acknowledgements

Must give credit to Kaggle for the data. You can find the Licensing for the data and other descriptive information at the Here.