scikit-learn/examples/calibration
Christian Lorentzen 79b0943de0
DOC avoid FutureWarnings for deprecations examples (#17264)
* MNT keyword only in examples

* MNT pandas 1.0.0 deprectation

See pandas-dev/pandas#23566

* MNT new keyword in 0.23
2020-05-18 18:35:12 +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 avoid FutureWarnings for deprecations examples (#17264) 2020-05-18 18:35:12 +02: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.