Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Scikit-learn 1.4.0 breaks _ProbaScorer #2724

Open
noamzbr opened this issue Jan 18, 2024 · 0 comments
Open

[BUG] Scikit-learn 1.4.0 breaks _ProbaScorer #2724

noamzbr opened this issue Jan 18, 2024 · 0 comments

Comments

@noamzbr
Copy link
Collaborator

noamzbr commented Jan 18, 2024

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

@noamzbr noamzbr added the bug label Jan 18, 2024
@github-actions github-actions bot added needs triage Issue needs to be labeled and prioritized linear labels Jan 18, 2024
@noamzbr noamzbr removed the needs triage Issue needs to be labeled and prioritized label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant