scikit-learn / blog

Hosting the scikit-learn blog.
https://blog.scikit-learn.org
Creative Commons Attribution 4.0 International
15 stars 23 forks source link

predict_proba #147

Open reshamas opened 2 years ago

reshamas commented 2 years ago

Python’s «predict_proba» Doesn’t Actually Predict Probabilities (and How to Fix It) How to assess and repair probability miscalibration https://towardsdatascience.com/pythons-predict-proba-doesn-t-actually-predict-probabilities-and-how-to-fix-it-f582c21d63fc

https://twitter.com/predict_addict/status/1591012774011760640?s=46&t=jvC6ncYQ3rkb7u9QLOk5yg

ArturoAmorQ commented 2 years ago

@aperezlebel and myself are currently addressing this issue.

reshamas commented 2 years ago

@aperezlebel and myself are currently addressing this issue.

@ArturoAmorQ Thank you. Looking forward to reading the write-up. cc: @GaelVaroquaux

aperezlebel commented 1 year ago

I have opened a PR #152 to address this issue.