Description Usage Format Details Source
A dataset containing the medical costs ("charges") and other attributes of 1,338 insureds.
1 |
A data frame with 1,338 rows and 10 variables:
age of the insured
gender of the insured, binary (if female)
Body Mass Index of the insured
number of children covered as dependents
smoking status, binary (if the insured smokes)
binary (if the insured lives in that region)
binary (if the insured lives in that region)
binary (if the insured lives in that region)
binary (if the insured lives in that region)
medical costs, in US dollars
The original dataset contains 7 variables, but one-hot encoding was used on the "region" categorical variable. It is a dataset that was used in a Kaggle competition.
https://github.com/stedy/Machine-Learning-with-R-datasets/blob/master/insurance.csv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.