Skip to content

Version 0.1.17

Compare
Choose a tag to compare
@interpret-ml interpret-ml released this 24 Sep 07:52

v0.1.17 - 2019-09-24

Fixed

  • Morris sensitivity now works for both predict and predict_proba on scikit models.
  • Removal of debug print statements around blackbox explainers.

Changed

  • Dependencies for numpy/scipy/pandas/scikit-learn relaxed to (1.11.1,0.18.1,0.19.2, 0.18.1) respectively.
  • Visualization provider defaults set by environment detection (cloud and local use different providers).

Experimental (WIP)

  • Inline visualizations for show(explanation). This allows cloud notebooks, and offline notebook support.
    Dashboard integration still ongoing.