I have created a Multiclass classification project in ML.NET. This project classifies the errors and predicts the type of error the model thinks it is.
For e.g. Object reference not set to an instance of an object
is a "runtime" error.
This works fine and I am able to do predictions. However, I also need to know how confident the prediction is. I am getting scores in an array with multiple values. I am not sure how to interpret these values.