house {liver}R Documentation

house data set

Description

the house dataset contains 6 features and 414 records. the target feature is unit.price and the remaining 5 variables are predictors.

Usage

 data(house) 

Format

the house dataset, as a data frame, contains 414 rows and 6 columns (variables/features). the 6 variables are:

Details

A detailed description of the dataset can be found:

https://www.kaggle.com/quantbruce/real-estate-price-prediction

See Also

adult, risk, churn, churnTel, bank, advertising, marketing, insurance, cereal, housePrice

Examples

data(house)

str(house)

[Package liver version 1.18 Index]