Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brevex/us-used-cars-price-prediction

Machine learning model in Python that predict car prices and classifies the relationship between the efficiency of different engine models and other car characteristics
https://github.com/brevex/us-used-cars-price-prediction

data-science kaggle machine-learning python used-cars

Last synced: 22 days ago
JSON representation

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

Awesome Lists containing this project

README

        

US Used Cars Price Prediction


🔍 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 -