Skip to content

release v0.21.0

Compare
Choose a tag to compare
@imatiach-msft imatiach-msft released this 18 Oct 19:28
2f0d575
  • add an explanation adapter to integrate our explanations with other frameworks
  • update interpret-community to interpret-core 0.2.6
  • change explainers tabular explainer runs based on gpu flag
  • fix model wrapper to handle a pytorch binary classification model that only outputs probabilities for positive class
  • add test for old explanation dashboard and interpret dashboard
  • fix nightly build breaking due to new scikit-learn package, which breaks model function serialization, by always serializing the model directly instead of the function if a model was passed to us

BREAKING CHANGE: function wrap_model now just returns the wrapped model