Closed VesnaT closed 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
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.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
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