Skip to content

georgenizharadze/Boston-house-price-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My academic project with Udacity's Machine Learning Engineer Nanodegree

Predicting Boston Housing Prices

Install

This project requires Python 2.7 and the following Python libraries installed:

You will also need to have software installed to run and execute a Jupyter Notebook

Code

The code is provided in the boston_housing.ipynb notebook file. You will also need the included visuals.py Python file and the housing.csv dataset file to run the code.

Data

The modified Boston housing dataset consists of 489 data points, with each datapoint having 3 features. This dataset is a modified version of the Boston Housing dataset found on the UCI Machine Learning Repository.

Features

  1. RM: average number of rooms per dwelling
  2. LSTAT: percentage of population considered lower status
  3. PTRATIO: pupil-teacher ratio by town

Target Variable 4. MEDV: median value of owner-occupied homes

Releases

No releases published

Packages

No packages published