deepchecks / deepchecks

Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all of your AI & ML validation needs, enabling to thoroughly test your data and models from research to production.

Home Page:https://docs.deepchecks.com/stable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Scikit-learn 1.4.0 breaks _ProbaScorer

noamzbr opened this issue · comments

Describe the bug
scikit-learn 1.4.0 breaks _ProbaScorer

91from sklearn.metrics._scorer import _BaseScorer, _ProbaScorer
92 ImportError: cannot import name '_ProbaScorer' from 'sklearn.metrics._scorer'

That's why we limit it in #2723

ToDo
Have the scorer work for this new version, possibly some kind of switch case