insurance {liver}R Documentation

insurance data set

Description

The insurance dataset contains 7 features and 1338 records. The target feature is charge and the remaining 6 variables are predictors.

Usage

 data( insurance ) 

Format

The insurance dataset, as a data frame, contains 1338 rows (customers) and 7 columns (variables/features). The 7 variables are:

Details

A detailed description of the dataset can be found: https://www.kaggle.com/mirichoi0218/insurance

References

Brett Lantz (2019). Machine Learning with R: Expert techniques for predictive modeling. Packt Publishing Ltd.

See Also

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

Examples

data( insurance )

str( insurance )

[Package liver version 1.15 Index]