You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
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.