Skip to content

The problem that we are going to solve here is that given a set of features that describe a house in Boston, our machine learning model must predict the house price. To train our machine learning model with boston housing data, we will be using scikit-learn’s boston dataset. In this dataset, each row describes a boston town or suburb. There are …

Notifications You must be signed in to change notification settings

iamchaithanyak/Boston-House-Price-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Boston-House-Price-Prediction

The problem that we are going to solve here is that given a set of features that describe a house in Boston, our machine learning model must predict the house price. To train our machine learning model with boston housing data, we will be using scikit-learn’s boston dataset. In this dataset, each row describes a boston town or suburb. There are 506 rows and 13 attributes (features) with a target column (price)

About

The problem that we are going to solve here is that given a set of features that describe a house in Boston, our machine learning model must predict the house price. To train our machine learning model with boston housing data, we will be using scikit-learn’s boston dataset. In this dataset, each row describes a boston town or suburb. There are …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published