<model_name>!SHOW_CONFUSION_MATRIX

Returns a table containing the number of instances of each combination of actual class and predicted class in models where evaluation was enabled at instantiation. You can use this dataset to plot a confusion matrix. This method takes no arguments. See Confusion Matrix in `show_confusion_matrix`.

Output

ColumnTypeDescription
dataset_typeVARCHARThe name of the dataset used for metrics calculation, currently EVAL.
actual_classVARCHARThe actual class.
predicted_classVARCHARThe predicted class.
countINTEGERThe number of instances of the given combination of actual and predicted class.
logsVARIANTContains error or warning messages.