prediction_keys: Canonical Model Prediction Keys

View source: R/estimator_keys.R

prediction_keysR Documentation

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()

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

## End(Not run)


tfestimators documentation built on Aug. 19, 2025, 1:15 a.m.