SELECT * FROM ConfusionMatrix ( ON iris_category_expect_predict PARTITION BY 1 ObsColumn('expected_value') PredictColumn ('predicted_value') OutputTable ('confusionmatrix_output') );
SELECT * FROM ConfusionMatrix ( ON iris_category_expect_predict PARTITION BY 1 ObsColumn('expected_value') PredictColumn ('predicted_value') OutputTable ('confusionmatrix_output') );