Skip to content

Version 0.1.16

Compare
Choose a tag to compare
@interpret-ml interpret-ml released this 18 Sep 11:28

v0.1.16 - 2019-09-17

Added

  • Visualize and compute platforms are now refactored and use an extension system. Details on use upcoming in later release.
  • Package interpret is now a meta-package using interpret-core.
    This enables partial installs via interpret-core for production environments.

Fixed

  • Updated SHAP dependency to require dill.

Experimental (WIP)

  • Greybox introduced (explainers that only work for specific types of models). Starting with SHAP tree and TreeInterpreter.
  • Extension system now works across all explainer types and providers.