<model_name>!SHOW_EVALUATION_METRICS

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

Output

ColumnTypeDescription
dataset_typeVARCHARThe name of the dataset used for metrics calculation, currently EVAL.
classVARCHARThe predicted class. Each class has its own set of metrics, which are provided in multiple rows.
error_metricVARCHARThe error metric name. Can include Precision, Recall, F1, etc.
metric_valueFLOATThe error metric value
logsVARIANTContains error or warning messages.