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

Use of predict_proba #1162

Closed
pecade opened this issue Jul 26, 2023 · 1 comment
Closed

Use of predict_proba #1162

pecade opened this issue Jul 26, 2023 · 1 comment

Comments

@pecade
Copy link

pecade commented Jul 26, 2023

Just in case you use predict_proba from sklearn: The predict_proba method on sklearn classifiers does not actually predict probabilities, it predicts confidence scores. Specifically:

https://towardsdatascience.com/pythons-predict-proba-doesn-t-actually-predict-probabilities-and-how-to-fix-it-f582c21d63fc

@fgregg
Copy link
Contributor

fgregg commented Dec 16, 2023

that's not what the article says. it says it produces predicited probablilites that may be miscalibrated.

@fgregg fgregg closed this as completed Dec 16, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants