calibrate_classification
Calibrate a classification model.
Usually employed after the train_classification
step to make sure the model’s predicted probabilities are well-calibrated.
Note that currently we only support calibration of already fitted models, which should always be performed on new data not already seen during training. For more information see the scikit-learn documentation.
Was this page helpful?