This project uses machine learning to predict vehicle fuel efficiency based on various attributes such as horsepower, weight, displacement, and number of cylinders.
π Project 2 of 6 | Pushed as part of my academic + real-world ML portfolio π
ULTIMATE.ipynb: Main notebook with EDA, preprocessing, model training, and evaluation.This ipynb exists in the code folder.
- Python
- Pandas, NumPy
- Scikit-learn
- Matplotlib, Seaborn
- Jupyter Notebook
The dataset used for this project is publicly available on Kaggle: MPG Raw Dataset.
It contains attributes like cylinders, displacement, horsepower, weight, acceleration, and model year to help predict vehicle fuel efficiency (MPG).
- Data Cleaning and Preprocessing
- Correlation and Exploratory Data Analysis (EDA)
- Linear Regression, Random Forest Regressor
- Model Evaluation using RMSE & RΒ² Score
- Clone this repo
- Open
ULTIMATE.ipynbin Jupyter Notebook / VS Code - Run all cells (preferably in a virtual environment)
Accurately predicts miles-per-gallon (MPG) and visualizes performance metrics.
Author: Ganesh Gundekarla
Feel free to connect with me on LinkedIn or check out my other projects on GitHub
fuel-efficiency-prediction/
βββ README.md
βββ .gitignore
βββ requirements.txt
βββ code/
β βββ ULTIMATE.ipynb
β βββ preprocessing.py
βββ docs/
β βββ architecture.md
β βββ evaluation_report.md
βββ data/
β βββ mpg_dataset.csv
βββ assets/
βββ correlation_matrix.png