-
-
Notifications
You must be signed in to change notification settings - Fork 657
Closed
Labels
Description
❓ Questions/Help/Support
How do you deal the confusion matrix metric ? It is an expensive metric that is interesting to have punctually during the training. A naive way is to attach ConfusionMatrix
to evaluators but it could have a performance issue. Otherwise, a dedicated evaluator could be created but it multiplies evaluators... Any advice on that point ? My feeling is we need "conditional" metrics triggered wrt to specific predicat.