<model_name>!SHOW_GLOBAL_EVALUATION_METRICS

Returns overall evaluation metrics for models where evaluation was enabled at instantiation. This method takes no arguments. See Metrics in `show_global_evaluation_metrics`.

Output

ColumnTypeDescription
dataset_typeVARCHARThe name of the dataset used for metrics calculation, currently EVAL.
average_typeVARCHARThe method of aggregation used to calculate overall metrics from the individual class metrics, currently MACRO.
error_metricVARCHARThe error metric name. Can include Precision, Recall, F1, etc.
metric_valueFLOATThe error metric value
logsVARIANTContains error or warning messages.