Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 594 Bytes

File metadata and controls

10 lines (6 loc) · 594 Bytes

House_Prices_Bayesian_Regression

Assignment 3 for Machine Learning Course @ Columbia University. Used data from Kaggle House Prices DataSet.

Click here to interact with my Jupyter Notebook and try out analysis yourself: Binder

GOAL: Predict the price of the house based on various features such as location, number of rooms, pool area, etc.

METHOD: Using Bayesian Regression model to predict the price

DATA: Kaggle DataSet on House Prices: Advanced Regression Models