boston_housing {gbts} | R Documentation |
Boston housing data
Description
This dataset concerns the values of 506 houses in suburbs of Boston.
Usage
boston_housing
Format
A list of 4 components:
- train
A
data.frame
of the training dataset which contains 354 rows and 14 columns.- test
A
data.frame
of the test dataset which contains 152 rows and 14 columns.- target_idx
A column index of the target (response) varible.
- pred_idx
A set of column indicies of the predictors.
Source
https://archive.ics.uci.edu/ml/datasets/Housing
[Package gbts version 1.2.0 Index]