Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

36 lines (19 loc) · 1.17 KB

Risk Assessment for Life Insurance (In Progress)


1. Preamble

2. Objective

The goal of the project is to classify insurance applicants into the 8 different risk classes, based on anonymized features. Such features include family history, employment history, age, height, weight and BMI amongst others (See details of data in the data source section). The classification model will be evaluated based on quadratic weighted kappa. The quadratic weighted kappa measures the agreement between two ratings (ie. the actual vs predicted). The metric ranges from 0 (random agreement between raters) to 1 (complete agreement between raters).

3. Folder Organization

code (comprise all the notebooks used, refer to the next section for detailed contents)

data (comprise datasets used, specifically the training data and test data)

assets (comprise visualizations saved)

4. Notebook Contents

a. [Data Cleaning](code/ b. c.

5. Analysis and Findings

Figure x: sksdsdsds

6. Data Source

Dataset is obtained from a Kaggle competition here.

6. References