-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersup-for-grabsA good issue to fix if you are trying to contribute to the projectA good issue to fix if you are trying to contribute to the project
Description
When using our evaluation API:
BinaryClassificationContext binClassificationCtx = new BinaryClassificationContext(env);
BinaryClassifierEvaluator.CalibratedResult metrics = binClassificationCtx.Evaluate(predictions, "Label");It is quite odd for the metrics object to be a nested class in the BinaryClassifierEvaluator. I didn't even use the BinaryClassifierEvaluator class at all, why am I dealing with a nested class inside of it?
I think these result classes should be moved to no longer be nested classes. Instead we should just have a BinaryClassifierEvaluationResult class.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersup-for-grabsA good issue to fix if you are trying to contribute to the projectA good issue to fix if you are trying to contribute to the project