Bring back support for ConfusionMatrix
in the new API
#2009
Labels
enhancement
New feature or request
ConfusionMatrix
in the new API
#2009
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.machinelearning/src/Microsoft.ML.Data/Evaluators/MultiClassClassifierEvaluator.cs
Lines 506 to 520 in 21d64aa
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 :@codemzs @Ivanidzo4ka
The text was updated successfully, but these errors were encountered: