Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 963 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 963 Bytes

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/