Remove 2016 Remove Knowledge Discovery Remove Measurement Remove Optimization
article thumbnail

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

Domino Data Lab

2016) for an example of this technique (LIME). but it generally relies on measuring the entropy in the change of predictions given a perturbation of a feature. Toy example to present intuition for LIME from Ribeiro (2016). See Ribeiro et al. def create_model(): sgd = optimizers.SGD(lr=0.01, decay=0, momentum=0.9, See Wei et al.

Modeling 139