nkartik94 / Multi-Label-Text-Classification

Kaggle Toxic Comments Challenge
107 stars 55 forks source link

calculate other sklearn metrics #5

Open rajae-Bens opened 3 years ago

rajae-Bens commented 3 years ago

Hi,

Thank s for this nice tutorial. I applied this code to my datasets and I got higher accuracies for all my categories 9x%, however , when I tried to calculate other sklearn metrics (f1_score, precision, recall) all the values were equal to 0 Could someone help me to understand why am I getting these results?

Thank u