Skip to content

release v0.20.0

Compare
Choose a tag to compare
@imatiach-msft imatiach-msft released this 22 Sep 14:57
c4ceef1
  • Removed old ExplanationDashboard. The old namespace still exists but widget won't display anything and will print a warning now. Please use the ExplanationDashboard from the raiwidgets package instead.

    Please install raiwidgets from pypi by running:

    pip install --upgrade raiwidgets

    The dashboard can be run with the same parameters in the new namespace:

    from raiwidgets import ExplanationDashboard

    For more information on the new widget please see: https://github.com/microsoft/responsible-ai-widgets

  • Fixed raw aggregated explanation failing to compute when transformations passed to mimic explainer and include_local=False