Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
apoloferreira authored Aug 18, 2021
1 parent 0117731 commit b61b23b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

# kaggle-Life_insurance_assessment
This is my resolution for a kaggle competition on life insurance assessment classification


## Kaggle Competition Page

- [Prudential Life Insurance Assessment](https://www.kaggle.com/c/prudential-life-insurance-assessment)

## Description

In this dataset, you are provided over a hundred variables describing attributes of life insurance applicants. The task is to predict the "Response" variable for each Id in the test set. "Response" is an ordinal measure of risk that has 8 levels.


## Features

- Data Analysis
- Missing Data Imputation
- Imbalanced Data
- Pipeline
- Categorical Variable Encoding
- Hyperparameter Optimization


0 comments on commit b61b23b

Please sign in to comment.