prediction_keys: Canonical Model Prediction Keys

Description Usage See Also Examples

View source: R/estimator_keys.R

Description

The canonical set of keys used for models and estimators that provide different types of predicted values through their predict() method.

Usage

1

See Also

Other estimator keys: metric_keys(), mode_keys()

Examples

 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)

tfestimators documentation built on Aug. 10, 2021, 1:06 a.m.