Hello Zindi Team,
Please I need your input/ recommendations on this.
All my submissions returns a score of 0.000 — when i submitted the official SampleSubmission.csv. A file with all label between 0 and 1 (all int). Could you please confirm whether the evaluation pipeline is functioning correctly? Thank you,
I think the submission file has all 0's, it only makes sense that the score is 0
When computing F1, recall is taken into consideration, and since there are no 1's in the sample submission, all true positives are missed, thus automatically reducing the recall score to 0. So automatically, the F1 will be 0
Thank you for your response. I totally understand you.
But, on a serious note, some of the sample submission file has 1's (all true positives), but the number of 0's far outweigh the number of 1's.