scikit-learn/examples/calibration
Thomas J. Fan 81dde3a6e5
STY Ensures that "flake8 ." works (#20298)
2021-06-18 15:46:40 +02:00
..
README.txt DOC Examples for the calibration of predicted probabilities and calibration-curves 2015-02-20 19:37:11 +01:00
plot_calibration.py DOC improve model evaluation a bit (#18166) 2020-08-17 07:55:57 -04:00
plot_calibration_curve.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_calibration_multiclass.py DOC Improve multiclass calibration example (#18763) 2020-11-08 10:09:52 -05:00
plot_compare_calibration.py MNT Change the default value of n_estimators in forests (#13803) 2019-05-09 21:19:20 +08:00

README.txt

.. _calibration_examples:

Calibration
-----------------------

Examples illustrating the calibration of predicted probabilities of classifiers.