You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Class Recalls_mt(Recall):
We shouldn't initiate num_classes inside def __init__(self, average='none', num_classes=6) with 6 (Only valid for CODEBRIM).
Otherwise, users might have difficulties when being confronted with the Error that num_classes don't match the input.
To reproduce
--
Expected behavior
assert if num_classes is given.
The text was updated successfully, but these errors were encountered:
Environment info
bikit
version: 0.0.11Information
In
Class Recalls_mt(Recall)
:We shouldn't initiate
num_classes
insidedef __init__(self, average='none', num_classes=6)
with 6 (Only valid for CODEBRIM).Otherwise, users might have difficulties when being confronted with the Error that num_classes don't match the input.
To reproduce
--
Expected behavior
assert if num_classes is given.
The text was updated successfully, but these errors were encountered: