ruchika-m / Boston-Housing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boston-Housing

This repository contains project file for the Project "Boston Housing" as part of Udacity's Machine Learning Nanodegree.

Dataset

Boston housing dataset has 489 data points with 4 variables each. The dataset can be found in housing.csv. The features are:

  1. RM : average number of rooms among homes in the neighborhood.
  2. LSTAT : percentage of homeowners in the neighborhood considered "lower class" (working poor).
  3. PTRATIO : ratio of students to teachers in primary and secondary schools in the neighborhood.

The target variable to predict is MEDV : median value of owner-occupied houses.

About


Languages

Language:HTML 73.5%Language:Jupyter Notebook 25.6%Language:Python 0.9%