Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/computingvictor/insurance-company-benchmark-practice

1st Practice for the subject of Machine Learning
https://github.com/computingvictor/insurance-company-benchmark-practice

cunef data-science eda insurance-company jupyter-notebook machine-learning python

Last synced: 1 day ago
JSON representation

1st Practice for the subject of Machine Learning

Awesome Lists containing this project

README

        

# Insurance Company Benchmark (COIL 2000) Practice

.

## About the project

The "Insurance Company Benchmark" database contains a series of records from different clients. Each client record contains sociodemographic attributes and values ​​that indicate the number of policies contracted on different goods.

The business objective is, through the point of view of an insurer, to predict, using the data we have, whether a client will sign a mobile home insurance policy or not.

**For this practice, at the moment, we will have to perform only an exploratory data analysis of the dataset**.

Find the dataset [here](https://archive-beta.ics.uci.edu/ml/datasets/insurance+company+benchmark+coil+2000#Descriptive)

## Built with

- Python 3.9.12
- Jupyter Notebook

## Content of the repository

- `data`:
- `Raw`: Documents downloaded from the source of the dataset.
- `Processed data`: Data dictionay processed.

- `docs`: Complementary files of the notebook with functions ( Py files).

- `notebooks`: Notebooks of the project

## Roadmap

- [x] EDA
- [ ] Data Modelation
- [ ] Data Validation
- [ ] Deployment & Optimization

## Contact

Víctor Viloria Vázquez -

Project Link:

Linkedin -

Back to top