Skip to contents

Create a tailor object

After creating a tailor object with this function, iteratively compose postprocessing steps using adjustment functions.

tailor()
Declare post-processing for model predictions

Adjustments for classification

adjust_equivocal_zone()
Apply an equivocal zone to a binary classification model.
adjust_probability_calibration()
Re-calibrate classification probability predictions
adjust_probability_threshold()
Change the event threshold

Adjustments for regression

adjust_numeric_calibration()
Re-calibrate numeric predictions
adjust_numeric_range()
Truncate the range of numeric predictions

Mode-independent adjustments

adjust_predictions_custom()
Change or add variables

Utilities

tidy(<tailor>)
Tidy a tailor object