Predicting car milage per gallon using linear regression.
-
Updated
May 23, 2023 - Jupyter Notebook
Predicting car milage per gallon using linear regression.
This is a Machine Learining Model for auto_mpg_dirty Data and trying to find the best model prediction between 5 prediction models which is linear Regression , Random Forest , Tuned Random Forest , Bagging , and tuned Bagging , and all of this after making Column Transformer .
An exercise on Linear and Polynomial Regression.
Estimating real-world fuel consumption of vehicles using the multiple machine learning methods
A simple machine learning project to predict car fuel efficiency (MPG) using Python. The project explores data preprocessing, feature selection, and model building with a focus on learning core ML concepts.
Data Science course assignments: Implementing neural networks from scratch and using PyTorch for tabular, image (MNIST), and sequential data analysis.
Add a description, image, and links to the auto-mpg topic page so that developers can more easily learn about it.
To associate your repository with the auto-mpg topic, visit your repo's landing page and select "manage topics."