Description Usage See Also Examples
View source: R/estimator_keys.R
The canonical set of keys used for models and estimators that provide
different types of predicted values through their predict()
method.
1 |
Other estimator keys:
metric_keys()
,
mode_keys()
1 2 3 4 5 6 7 8 9 10 | ## 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.