You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature/add feature values to explainability result (unit8co#1546)
* store feature values and shap.Explanation object in ExplainabilityResult
* accounted for is_multioutputregressor
* unit8co#1545 added entry to CHANGELOG.md
* unit8co#1545 update docstrings for correctness API reference docs
* unit8co#1580 create ShapExplainabilityResult subclass and remove decorator
* unit8co#1580 adjust unit tests to have dedicated with statement per assert + other small stuff
* unit8co#1580 change asserts in unit test from ExplainabilityResult to ShapExplainabilityResult
* unit8co#1580 test get_feature_values() against raw output shap
* unit8co#1580 adjust docstring
* unit8co#1580 fixing small stuff
* unit8co#1580 added one assert to unit test
* unit8co#1545 implement _query_explainability_result() helper to avoid code duplication
---------
Co-authored-by: Rijk van der Meulen <[email protected]>
Co-authored-by: madtoinou <[email protected]>
Co-authored-by: Dennis Bader <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ We do our best to avoid the introduction of breaking changes,
5
5
but cannot always guarantee backwards compatibility. Changes that may **break code which uses a previous release of Darts** are marked with a "🔴".
0 commit comments