View source: R/estimator_keys.R
mode_keys | R Documentation |
The names for different possible modes for an estimator. The following standard keys are defined:
mode_keys()
TRAIN | Training mode. |
EVAL | Evaluation mode. |
PREDICT | Prediction / inference mode. |
Other estimator keys:
metric_keys()
,
prediction_keys()
## Not run:
modes <- mode_keys()
modes$TRAIN
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.