IoBT-VISTEC / MIN2Net

End-to-End Multi-Task Learning for Subject-Independent Motor Imagery EEG Classification (IEEE Transactions on Biomedical Engineering)
https://min2net.github.io
Apache License 2.0
76 stars 25 forks source link

'macro' is suitable average metric for f1-score of binary MI classification. #2

Open realblack0 opened 2 years ago

realblack0 commented 2 years ago

Since binary f1-score consider precision and recall, it does not consider TN. Let me consider right hand class as the positive and left hand class as the negative. For this case, binary f1-score ignores left hand class. Conversely, when the positive and negative labels are changed, the f1-score is different. Because the binary MI classification is not a positive-negative problem, we should treat both class equally. Therefore I suggest use macro f1-score for the binary MI classification.

xydxdy commented 1 year ago

Thank you for your suggestion