The following project aims at detecting the fraudulent credit card transactions from the simulated data avilable on kaggle. 95.57% Accuracy with 94% Recall and 0.98 AUC
http://machinelearningmastery.com/
- Feature Selection and Importance.
- Cross Validation application (KFold).
- GridSearchCV for hyp-param tuning.
- Understanding model metrics for Model Evaluation
- Sk-learn
- scikitplot
- Imbalanced-learn