mimic_wrapper Module

Defines functionality to wrap machine learning interpretability into a single API.

Classes

MimicWrapper

A wrapper explainer which reduces the number of function calls necessary to use the explain model package.

Initialize the MimicWrapper.

`<<that accepts a 2d ndarray :param explainable_model: The uninitialized surrogate model used to explain the black box model.

Also known as the student model.