/house_price_predictions

Using Machine Learning techniques

Primary LanguageJupyter Notebook

House_Price_Predictions

Intro

Creating a Machine Learning model to predict the house prices in Boston.

House_PP_00

Steps

We will first build a model using sklearn and linear regression using boston house prices.

House_PP