Closed
Description
Not sure if it's the best place for this question but how to get the labels back when getting the score? I remember from the build 2018 video that during the demo they used PredictedLabelColumnOriginalValueConverter
to get the label back instead of the index for the PredictedLabel
but is there a way to apply this converter to all the values in the Score
? If yes, how so?
I also remember they were using the ClassificationMetrics.ConfusionMatrix.ClassNames
to get the labels back from the score but this isn't really doable if you load the output in an app and don't need/want to test your data.
I found the file Terms.txt
in the output zip archive and I can definitely parse it to find the labels but I'm sure there's a better way to do it.