Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vikram-raju authored Jun 18, 2019
1 parent 145d829 commit 828bd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Introduction
A take on highly imbalanced fraud classification using permutation importance to select top features and explaining the model using SHAP. Here's the kernel on (Kaggle)[https://www.kaggle.com/vikramraju17/permutation-importance-and-model-explaining].
A take on highly imbalanced fraud classification using permutation importance to select top features and explaining the model using SHAP. Here's the kernel on [Kaggle](https://www.kaggle.com/vikramraju17/permutation-importance-and-model-explaining).

This is an interesting problem in flagging credit risk when all variables are dimensionally reduced (likely PCA as hinted in the problem). It becomes a pure data science exercise to see what can be done with the data and how to handle highly imbalanced classes.

Expand Down

0 comments on commit 828bd2c

Please sign in to comment.