Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gustavohenriqueschmitz/insurance-costs-prediction-ai

An Linear Regression Model that predicts the insurance costs.
https://github.com/gustavohenriqueschmitz/insurance-costs-prediction-ai

linear-regression machine-learning pandas python3 tensorflow

Last synced: about 2 months ago
JSON representation

An Linear Regression Model that predicts the insurance costs.

Awesome Lists containing this project

README

        

# Insurance Costs Prediction AI

## About the model:
An Linear Regression Model that predicts the insurance costs basing on the following informations:

- **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:** Yes/No
- **Region:** The beneficiary's residential area in the US, northeast, southeast, southwest, northwest.

## Used technologies
- Python
- TensorFlow

## How to test it?
**1 -** First clone the project:
```
git clone https://github.com/GustavoHenriqueSchmitz/Insurance-Costs-Prediction-AI.git
```

**2 -** Install the necessary dependencies:
```
pip install -r requirements.txt
```

After installing the required dependencies, to create the model run:
```
python train.py
```

To use the model run:
```
python main.py
```

## Author
**Gustavo Henrique Schmitz**

**Linkedin:** https://www.linkedin.com/in/gustavo-henrique-schmitz
**Portfolio:** https://gustavohenriqueschmitz.com
**Email:** [email protected]