scikit-learn/examples/calibration
Logan Thomas f16c987592
DOC: various spellcheck and typos (#23093)
2022-04-12 10:53:27 +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 update notebook-style for plot_calibration.py (#22734) 2022-03-17 11:59:59 +01:00
plot_calibration_curve.py DOC Fix sphinx warnings related to example reformatting. (#22147) 2022-01-08 15:21:39 -05:00
plot_calibration_multiclass.py DOC: various spellcheck and typos (#23093) 2022-04-12 10:53:27 +02:00
plot_compare_calibration.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00

README.txt

.. _calibration_examples:

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

Examples illustrating the calibration of predicted probabilities of classifiers.