scikit-learn/examples/calibration
Christian Lorentzen e0abd262ea
DOC improve model evaluation a bit (#18166)
2020-08-17 07:55:57 -04: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 MNT change default of solver in LogisiticRegression (#13805) 2019-05-08 21:31:39 +08:00
plot_calibration_multiclass.py MAINT Removed redundant parameters of 2 classes (#14796) 2019-09-09 20:04:55 -04: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.