article thumbnail

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

Domino Data Lab

Model distillation – this approach builds a separate explainable model that mimics the input-output behaviour of the deep network. Because this separate model is essentially a white-box, it can be used for extraction of rules that explain the decisions behind the ANN. Creating a PDP for our model is fairly straightforward.

Modeling 139
article thumbnail

6 Case Studies on The Benefits of Business Intelligence And Analytics

datapine

Chantrelle Nielsen director of research and strategy for Workplace analytics said: “companies must take these metrics and direct them thoughtfully towards the design of office spaces that maximize face time over just screen time.” 5) Find improvement opportunities through predictions. A great use case of this benefit is Uber.

article thumbnail

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

Domino Data Lab

from sklearn import metrics. With this criterion in mind, we can define a distance metric to the top left corner of the curve and find a threshold that minimises it. The class label is titled Class where 0 denotes a genuine transaction and 1 signifies fraud. from imblearn.over_sampling import SMOTE. from datetime import datetime.