tfestimators (version 1.9.1)

prediction_keys: Canonical Model Prediction Keys

Description

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

Usage

prediction_keys()

Arguments

See Also

Other estimator keys: metric_keys, mode_keys

Examples

Run this code
# NOT RUN {
 
# }
# NOT RUN {
keys <- prediction_keys()

# Get the available keys
keys

# Key for retrieving probabilities from prediction values
keys$PROBABILITIES
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab