Skip to content

his project focuses on building a Machine Learning model to predict the price of a car based on various technical and performance-related features. The goal is to understand how different factors such as engine size, horsepower, mileage, and weight influence the final price of a car.

Notifications You must be signed in to change notification settings

aniketrai07/ML-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸš— Car Price Prediction using Machine Learning

This project implements an end-to-end Machine Learning pipeline to predict the price of a car based on multiple technical and performance-related features. The project demonstrates data preprocessing, feature scaling, model training, and evaluation using real-world data.

πŸ“Œ Project Overview

The objective of this project is to build a predictive model that estimates car prices using historical data. This helps understand how various factors like engine size, horsepower, mileage, and weight affect car pricing.

πŸ“‚ Dataset

The dataset includes the following features:

Wheelbase

Curb Weight

Engine Size

Horsepower

City MPG

Highway MPG

Other numerical car attributes

Target Variable:

Price

πŸ›  Technologies Used

Python

Pandas & NumPy – Data manipulation

Scikit-learn – ML models & preprocessing

Matplotlib / Seaborn – Data visualization

Jupyter Notebook

βš™οΈ Workflow

Load and explore dataset

Check for missing values and duplicates

Feature selection and target separation

Train-test split (80%-20%)

Feature scaling using StandardScaler

Train ML models:

Linear Regression (for price prediction)

Classification model (price categories)

Evaluate using:

RΒ² Score

Mean Squared Error (MSE)

Accuracy Score

Confusion Matrix

πŸ“Š Results

The model learns patterns between car attributes and price and performs well on unseen data. Evaluation metrics show reliable prediction accuracy.

🎯 Key Learnings

Understanding supervised learning

Practical experience with regression & classification

Importance of data preprocessing

Model evaluation techniques

Real-world ML pipeline implementation

About

his project focuses on building a Machine Learning model to predict the price of a car based on various technical and performance-related features. The goal is to understand how different factors such as engine size, horsepower, mileage, and weight influence the final price of a car.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages