Closed VesnaT closed 3 years ago
Merging #34 (39d2ba5) into master (6b9b1d2) will increase coverage by
0.00%
. The diff coverage is95.83%
.
@@ Coverage Diff @@
## master #34 +/- ##
=======================================
Coverage 95.62% 95.63%
=======================================
Files 7 7
Lines 1830 1854 +24
=======================================
+ Hits 1750 1773 +23
- Misses 80 81 +1
Impacted Files | Coverage Δ | |
---|---|---|
orangecontrib/explain/widgets/owexplainmodel.py | 95.52% <95.83%> (+0.02%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 6b9b1d2...39d2ba5. Read the comment docs.
Issue
The Explain Model widget shows Impact on model output for each feature-instance. Add this information to the widget output.
Description of changes
Add an output signal with Orange Table of feature impacts.
Includes