Remove 2009 Remove Deep Learning Remove Metrics Remove Predictive Modeling
article thumbnail

Credit Card Fraud Detection using XGBoost, SMOTE, and threshold moving

Domino Data Lab

deep learning) there is no guaranteed explainability. We will go through a typical ML pipeline, where we do data ingestion, exploratory data analysis, feature engineering, model training and evaluation. from sklearn import metrics. Learning from Imbalanced Data. from imblearn.over_sampling import SMOTE.

article thumbnail

Explaining black-box models using attribute importance, PDPs, and LIME

Domino Data Lab

The interest in interpretation of machine learning has been rapidly accelerating in the last decade. This can be attributed to the popularity that machine learning algorithms, and more specifically deep learning, has been gaining in various domains. Methods for explaining Deep Learning.

Modeling 139