[][src]Module smartcore::dataset::boston

The Boston Housing Dataset

Number of InstancesNumber of AttributesMissing Values?Associated Tasks:
50613NoRegression

The Boston house-price data is derived from information collected by the U.S. Census Service concerning housing in the area of Boston, MA. The dataset has following attributes:

PredictorData TypeTarget?
CRIM, per capita crime rate by townNumericalNo
ZN, proportion of residential land zoned for lots over 25,000 sq.ft.NumericalNo
INDUS, proportion of non-retail business acres per town.NumericalNo
CHAS, Charles River dummy variable (1 if tract bounds river; 0 otherwise)NominalNo
NOX, nitric oxides concentration (parts per 10 million)NumericalNo
RM, average number of rooms per dwellingNumericalNo
AGE, proportion of owner-occupied units built prior to 1940NumericalNo
DIS, weighted distances to five Boston employment centresNumericalNo
RAD, index of accessibility to radial highwaysOrdinalNo
TAX, full-value property-tax rate per $10,000NumericalNo
PTRATIO, pupil-teacher ratio by townNumericalNo
B, 1000(Bk - 0.63)^2 where Bk is the proportion of blacks by townNumericalNo
LSTAT, % lower status of the populationNumericalNo
MEDV, Median value of owner-occupied homes in $1000'sNumericalYes

Functions

load_dataset

Get dataset