tfestimators (version 1.9.1)

mode_keys: Canonical Mode Keys

Description

The names for different possible modes for an estimator. The following standard keys are defined:

Usage

mode_keys()

Arguments

Details

TRAIN Training mode.
EVAL Evaluation mode.
PREDICT Prediction / inference mode.

See Also

Other estimator keys: metric_keys, prediction_keys

Examples

Run this code
# NOT RUN {
modes <- mode_keys()
modes$TRAIN
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace