View source: R/estimator_keys.R
prediction_keys | R Documentation |
The canonical set of keys used for models and estimators that provide
different types of predicted values through their predict()
method.
prediction_keys()
Other estimator keys:
metric_keys()
,
mode_keys()
## Not run:
keys <- prediction_keys()
# Get the available keys
keys
# Key for retrieving probabilities from prediction values
keys$PROBABILITIES
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.