Sei sulla pagina 1di 1

# Medical Cost Personal Workshop

## Instructions
Complete the following requirements to accomplish this workshop:
1. Read carefully the content description of this problem bellow.
2. Import and get ready to train the csv data set.
3. Split data into train (70%) and test (30%).
4. Train three different regression models.
5. Based on some criteria select the best model. Justify your answer.
6. Finally, make an interface for that best model.

## Content
Columns - age: age of primary beneficiary - sex: insurance contractor gender, female,
male - bmi: Body mass index, providing an understanding of body, weights that are
relatively high or low relative to height, objective index of body weight (kg / m ^ 2) using the
ratio of height to weight, ideally 18.5 to 24.9 - children: Number of children covered by
health insurance / Number of dependents - smoker: Smoking - region: the beneficiary's
residential area in the US, northeast, southeast, southwest, northwest. - charges:
Individual medical costs billed by health insurance

## Useful links
1. (Kaggle discussion)[https://www.kaggle.com/mirichoi0218/insurance]
2. (Dataset)[https://github.com/stedy/Machine-Learning-with-R-datasets]

Potrebbero piacerti anche