| Boston {KernelKnn} | R Documentation |
Boston Housing Data (Regression)
Description
housing values in suburbs of Boston
Usage
data(Boston)
Format
A data frame with 506 Instances and 14 attributes (including the class attribute, "medv")
crimper capita crime rate by town
znproportion of residential land zoned for lots over 25,000 sq.ft.
indusproportion of non-retail business acres per town
chasCharles River dummy variable (= 1 if tract bounds)
noxnitric oxides concentration (parts per 10 million)
rmaverage number of rooms per dwelling
ageproportion of owner-occupied units built prior to 1940
disweighted distances to five Boston employment centres
radindex of accessibility to radial highways
taxfull-value property-tax rate per $10,000
ptratiopupil-teacher ratio by town
black1000(Bk - 0.63)^2 where Bk is the proportion of blacks by town
lstatpercentage of lower status of the population
medvMedian value of owner-occupied homes in $1000's
Source
This dataset was taken from the StatLib library which is maintained at Carnegie Mellon University.
Creator: Harrison, D. and Rubinfeld, D.L. 'Hedonic prices and the demand for clean air', J. Environ. Economics & Management, vol.5, 81-102, 1978.
References
https://archive.ics.uci.edu/ml/datasets/Housing
Examples
data(Boston)
X = Boston[, -ncol(Boston)]
y = Boston[, ncol(Boston)]