tfestimators (version 1.9.1)

metric_keys: Canonical Metric Keys

Description

The canonical set of keys that can be used to access metrics from canned estimators.

Usage

metric_keys()

Arguments

See Also

Other estimator keys: mode_keys, prediction_keys

Examples

Run this code
# NOT RUN {
metrics <- metric_keys()

# Get the available keys
metrics

metrics$ACCURACY
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace