Description Usage Details See Also Examples
View source: R/estimator_keys.R
The names for different possible modes for an estimator. The following standard keys are defined:
1 |
TRAIN | Training mode. |
EVAL | Evaluation mode. |
PREDICT | Prediction / inference mode. |
Other estimator keys:
metric_keys()
,
prediction_keys()
1 2 3 4 5 | ## 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.