An open API service indexing awesome lists of open source software.

https://github.com/soumyapro/house-price-prediction

Explored different attributes of Boston housing dataset then a part of dataset was used to train the linear regression algorithm after that trained model was used to give predictions on remaining part of dataset.
https://github.com/soumyapro/house-price-prediction

linear-regression matlplotlib numpy pandas sklearn svm

Last synced: 3 months ago
JSON representation

Explored different attributes of Boston housing dataset then a part of dataset was used to train the linear regression algorithm after that trained model was used to give predictions on remaining part of dataset.

Awesome Lists containing this project

README

        

# House-Price-Prediction
Explored different attributes of Boston housing dataset then a part of dataset was used to train the linear regression algorithm after that trained model was used to give predictions on remaining part of dataset.

**High-Level Approach**
- Exploring and analyzing the data used for making prediction
- Creating a simple model using linear regression
- Using the model to carryout prediction and evaluating it's efficiency