Package index
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
-
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
-
adjust_numeric_calibration() - Re-calibrate numeric predictions
-
adjust_numeric_range() - Truncate the range of numeric predictions
-
adjust_predictions_custom() - Change or add variables
-
fit(<tailor>)predict(<tailor>) - Fit and predict from tailors
-
tidy(<tailor>) - Tidy a tailor object