top of page

Python Machine Learning Guided Project LinearRegression House Price Kaggle competition - Lvl 8, 65m

Updated: Aug 21, 2023

In this Python Machine Learning Guided Project, we will explore how to manage a common problem for house price predictions. Too many features.


There are many parts to a house and real estate listings include them all. Starting with 173 features we were able to select our features on an interative process, getting down to only 33 features and achieving the same r-squared score.




This was done by using Shaply Values and examining the real impact of of features on the final output of the model. Removing the least important features, then repeat. Everytime you remove features the remaining features are used in a slightly different way and then which is the next best feature to remove.


This process is repeated until we end up with only 33 features.




Part 1







Follow Data Science Teacher Brandyn




dataGroups:











Part 2



Part 3




Part 4



Part 5




Part 6
















359 views0 comments
bottom of page