This project predicts vehicle fuel efficiency (MPG) using the classic Auto-MPG dataset.
- Final Test R2: 0.832
- Mean Absolute Error (MAE): 2.52 MPG
- EDA: Identified multicollinearity between engine displacement and weight.
- Feature Engineering: Created Polynomial Features and Interaction Terms.
- Transformation: Applied Log Transformation to the target variable to address heteroscedasticity.
- Install dependencies:
pip install -r requirements.txt - Run the Jupyter Notebook:
fuel_prediction.ipynb