An open API service indexing awesome lists of open source software.

https://github.com/anas436/exploratory-data-analysis-of-car-price-using-python


https://github.com/anas436/exploratory-data-analysis-of-car-price-using-python

jupyter-notebook matplotlib numpy pandas python3 scipy seaborn

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Exploratory-Data-Analysis-of-Car-Price-Using-Python

In this NoteBooks I have shown Exploratory Data Analysis using various techniques to find out proper impact of Car price. Also I have used different statistical operations base on this question __"What are the main characteristics that have the most impact on the car price?"__

Important Variables

We now have a better idea of what our data looks like and which variables are important to take into account when predicting the car price. We have narrowed it down to the following variables:

Continuous numerical variables:


  • Length

  • Width

  • Curb-weight

  • Engine-size

  • Horsepower

  • City-mpg

  • Highway-mpg

  • Wheel-base

  • Bore

Categorical variables:


  • Drive-wheels

As we now move into building machine learning models to automate our analysis, feeding the model with variables that meaningfully affect our target variable will improve our model's prediction performance.