Canonical Model Prediction Keys
The canonical set of keys used for models and estimators that provide
different types of predicted values through their predict() method.
prediction_keys()See also
Other estimator keys: metric_keys,
mode_keys
Examples
# NOT RUN {
keys <- prediction_keys()
# Get the available keys
keys
# Key for retrieving probabilities from prediction values
keys$PROBABILITIES
# }