Closed
Description
While updating tests from the old AP to the new API, we found that the new API does not support ConfusionMatrix
in the evaluation output.
In the Legacy API, there was support for ConfusionMatrix
machinelearning/src/Microsoft.ML.Data/Evaluators/MultiClassClassifierEvaluator.cs
Lines 1031 to 1049 in 21d64aa
We should add back the checks for ConfusionMatrix
in the following tests :
- TrainAndPredictIrisModelTest
- TrainAndPredictIrisModelWithStringLabelTest