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
Hey, I want to ask about the metrics that you used. you are using torch.metrics.functional.classification. but if I switch to sklearn, results differ significantly. Here is the code that I wrote. do you have any guidance regarding the reason?
Edit: I understood the reason. Since multiclass_accuracy function of the torchmetrics assumes "average=macro" by default. Why do you choose it, in particular for the accuracy, is it better to use average=macro in this case, or weighted for all of the metrics.
The text was updated successfully, but these errors were encountered:
Hey, I want to ask about the metrics that you used. you are using torch.metrics.functional.classification. but if I switch to sklearn, results differ significantly. Here is the code that I wrote. do you have any guidance regarding the reason?
Edit: I understood the reason. Since multiclass_accuracy function of the torchmetrics assumes "average=macro" by default. Why do you choose it, in particular for the accuracy, is it better to use average=macro in this case, or weighted for all of the metrics.
The text was updated successfully, but these errors were encountered: