Skip to content

This machine learning project uses Python to develop a car price prediction model to aid an auto finance company determine fair car prices for loan applications.

Notifications You must be signed in to change notification settings

Jucodez/Car-Price-Prediction-Model

Repository files navigation

Car Price Prediction Model

Introduction

This repository contains a predictive analytics model that aids an auto finance company determine fair car prices for loan applications.

This model uses key information about a car to make predictions about its prices. Predictors considered by the model based on the clients specifications are car brand, car model, owner type, seller type, transmission, fuel type, year of manufactor, distance driven, engine capacity, maximum power, and fuel efficiency.

Technical overview

A random forest model was trained on the relevant data after approprate preprocessing, model selection amongst other things.

The overall model building process involved the following key steps:

  • Data cleaning and preprocessing
  • Feature selection
  • Model selection
  • Hyperparameter tuning
  • Model deployment

Application

A live version of this model is available for use at https://car-price-prediction-model-juwon.streamlit.app/

About

This machine learning project uses Python to develop a car price prediction model to aid an auto finance company determine fair car prices for loan applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published