biolab / orange3-explain

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

Inspection and ICE don't work with newer scikit-lern #67

Closed PrimozGodec closed 8 months ago

PrimozGodec commented 1 year ago

Up to Orange 3.36.1, we pinned scikit-learn to <=1.1; it won't be fixed in Orange 3.37 anymore (next release, currently master), so ICE and Inspections will not work anymore. They need to be fixed. Look at falling tests: https://github.com/biolab/orange3-explain/pull/66.