Replies: 1 comment
-
Hi @naruetep , Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
from monai.metrics import compute_roc_auc -> Ok
but
compute_roc_auc(y_pred, y, to_onehot_y=True, softmax=True) ; use to work before but failed in V0.5.0
Error message:
TypeError: compute_roc_auc() got an unexpected keyword argument 'to_onehot_y'
Beta Was this translation helpful? Give feedback.
All reactions