top of page

Python ML Guided Project, Ensemble Methods Predict Classic Cars MPG - Level 3, 24 min

Join us on this Python Machine Learning Guided project. In this Python Regression project, we will be predicting the MPG of classic cars. This is a slight variation on a common predictive workflow. Use ensemble methods like RandomForestRegressor(), AdaBoostRegressor(), and GradientBoostingRegressor() in the supervised machine learning project. This is a great beginner Python project to practice machine learning with ensemble methods.








Send Data Science Teacher Brandyn a message if you have any questions


dataGroups:






Use Seaborn's heatmap() with Pandas' .corr() function to produce a beautiful correlation matrix.


Use Seaborn's pairplot() to plot all the bivariate relationships in one line of code.


Set up your train_test_split() to allow for experimenting many times to find the right features to include in your Machine Learning model.


With Sklearn in Python use StandardScaler() to standardize your dataset and PCA() to extract the principle components both make it easier for your model to make predictions.


Use the residplot() in Seaborn to to understand how you are making errors in a regression machine learning problem.

4 visualizaciones0 comentarios
bottom of page