biolab / orange3-explain

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

ICE: Support all Orange models #47

Closed VesnaT closed 2 years ago

VesnaT commented 2 years ago
Issue

The ICE widget works only for Logistic Regression, Linear Regression and Random Forest.

Description of changes

Support all models The test should pass when https://github.com/biolab/orange3/pull/6097 is merged (and released).

Includes
PrimozGodec commented 2 years ago

It looks good. There is only one thing to be done. In tox.ini, please change versions of the oldest supported Orange (together with versions for packages that Orange changed):

    oldest: scikit-learn==1.0.1
    oldest: orange3==3.33.0
    oldest: orange-canvas-core==0.1.27
    oldest: orange-widget-base==4.18.0
codecov-commenter commented 2 years ago

Codecov Report

Base: 89.65% // Head: 89.69% // Increases project coverage by +0.04% :tada:

Coverage data is based on head (17dd581) compared to base (da7c6a4). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #47 +/- ## ========================================== + Coverage 89.65% 89.69% +0.04% ========================================== Files 10 10 Lines 3093 3106 +13 ========================================== + Hits 2773 2786 +13 Misses 320 320 ``` | [Impacted Files](https://codecov.io/gh/biolab/orange3-explain/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab) | Coverage Δ | | |---|---|---| | [orangecontrib/explain/inspection.py](https://codecov.io/gh/biolab/orange3-explain/pull/47/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab#diff-b3JhbmdlY29udHJpYi9leHBsYWluL2luc3BlY3Rpb24ucHk=) | `98.98% <100.00%> (+0.05%)` | :arrow_up: | | [orangecontrib/explain/widgets/owice.py](https://codecov.io/gh/biolab/orange3-explain/pull/47/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab#diff-b3JhbmdlY29udHJpYi9leHBsYWluL3dpZGdldHMvb3dpY2UucHk=) | `83.95% <100.00%> (+0.22%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.