biolab / orange3-explain

Explainable AI add-on for Orange3
GNU General Public License v3.0
6 stars 5 forks source link

Explain Model: Output Feature Impact #34

Closed VesnaT closed 3 years ago

VesnaT commented 3 years ago
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
codecov-commenter commented 3 years ago

Codecov Report

Merging #34 (39d2ba5) into master (6b9b1d2) will increase coverage by 0.00%. The diff coverage is 95.83%.

Impacted file tree graph

@@           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.