Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 332 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 332 Bytes

Housing_ML

Machine Learning Model for a housing data set. Predicts the median house value in a district If you want to just use the model, go ahead and untar the file in "finalModel" Then load using joblib and your set to use the predict function

Made this using a tutorial from the Oreilly handson machine learning book v2