Skip to content

Machine Learning using Python Online Project-based Course under the guidance of Skyfi Labs

Notifications You must be signed in to change notification settings

Rishikeshrajrxl/Predicting-Boston-House-Prices

Repository files navigation

Predicting-Boston-House-Prices

Machine Learning using Python Online Project-based Course under the guidance of Skyfi Labs


Context

The Boston housing data was collected in 1978 and each of the 506 entries represent aggregated data about 14 features for homes from various suburbs in Boston, Massachusetts.

This project requires Python and the following Python libraries:
NumPy
Pandas
matplotlib
scikit-learn

Project Overview

In this project, you will apply basic machine learning concepts on data collected for housing prices in the Boston, Massachusetts area to predict the selling price of a new home. You will first explore the data to obtain important features and descriptive statistics about the dataset. Next, you will properly split the data into testing and training subsets, and determine a suitable performance metric for this problem. You will then analyze performance graphs for a learning algorithm with varying parameters and training set sizes. This will enable you to pick the optimal model that best generalizes for unseen data. Finally, you will test this optimal model on a new sample and compare the predicted selling price to your statistics.

About

Machine Learning using Python Online Project-based Course under the guidance of Skyfi Labs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published