-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0117731
commit b61b23b
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|