Is it possible to get the accuracy/precision of a predicted label? Is there an attribute I can use the extract it? Basically some thing like:
publicclassEmployeePrediction{[ColumnName("PredictedLabel")]publicboolOutcome;[SomeAttribute]publicfloatAccuracy;}
Is it possible to get the accuracy/precision of a predicted label? Is there an attribute I can use the extract it? Basically some thing like: