Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 674 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 674 Bytes

Multivariable-Regression

Overview

Python Jupyter

As is one of the Machine Learning concept implemented to predict house price in boston based on No-Linear parameters like riverside, near to commercial sectors and so on.

To check out the dataset in detail :

from sklearn.datasets import load_boston

data = load_boston()

Result

The final valuation tool is here.