Skip to content

Machine learning model in Python that predict car prices and classifies the relationship between the efficiency of different engine models and other car characteristics

Notifications You must be signed in to change notification settings

Brevex/US-Used-Cars-Data-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

US Used Cars Data Analysis


🔍 About the project


A machine learning model in Python that classifies the relationship between the efficiency of different engine models and other car characteristics. This project also has a machine learning model that tries to predict the values of cars and the relationship between engine models and horsepower.


🔮 Technologies Used



📊 Analysis Result


Importance score for each variable

The variable importance score in the context of the random forest algorithm indicates the importance of each feature (variable) in predicting the target variable, which, in this case, is the price of the car. In other words, a variable is considered important if removing it from the model results in worse predictions. The importance of the variable is calculated for all trees in the forest and then the average is taken 5.


Average horsepower by engine cylinders

Data analysis showing the average horse power value of each engine model in the dataset


Average horsepower score per engine

Machine learning model that attempts to establish a relationship between the engine model and the amount of power. The model uses a random forest tree process to assign a score to each model.


Price prediction

The scatterplot shows the result of a machine learning model that tries to predict the price of cars. As shown in the graph, only a minority of the values deviate from those predicted by the prediction model, showing a good frequency of hits with approximate values.



- By Breno -

About

Machine learning model in Python that predict car prices and classifies the relationship between the efficiency of different engine models and other car characteristics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published