UCI ML Datasets
Boston Housing Dataset
@kaggle.heptapod_uci_ml_datasets
Boston Housing Dataset
@kaggle.heptapod_uci_ml_datasets
This is a Data Set from UCI Machine Learning Repository which concerns housing values in suburbs of Boston.
Number of Instances: 506
Attribute Information:
Missing Attribute Values: None
Source: https://archive.ics.uci.edu/ml/datasets/Housing
Origin: 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.
CREATE TABLE hou_all (
"n_0_00632" DOUBLE -- 0.00632,
"n_18" DOUBLE -- 18,
"n_2_31" DOUBLE -- 2.31,
"n_0" BIGINT -- 0,
"n_0_538" DOUBLE -- 0.538,
"n_6_575" DOUBLE -- 6.575,
"n_65_2" DOUBLE -- 65.2,
"n_4_09" DOUBLE -- 4.09,
"n_1" BIGINT -- 1,
"n_296" BIGINT -- 296,
"n_15_3" DOUBLE -- 15.3,
"n_396_9" DOUBLE -- 396.9,
"n_4_98" DOUBLE -- 4.98,
"n_24" DOUBLE -- 24,
"n_1_1" BIGINT -- 1.1
);Anyone who has the link will be able to view this.