Primary competition visual

Bill Classification in Tunisia Challenge

Helping Tunisia
500 Zindi Points
Completed (~1 year ago)
Classification
Computer Vision
375 joined
36 active
Starti
Sep 20, 19
Closei
Mar 06, 25
Reveali
Mar 06, 25
sample submission
Help · 20 Sep 2019, 14:10 · 2

The evaluation metric for this challenge is Log Loss.

Your submission file should look like:

img_id,fuel,parking,restaurant,transport

img_1,1,0,0,0

img_2,0,0,1,0

For example,the above means that:

-img_1 belongs to fuel category

-img_2 belongs to restaurant category

Discussion 2 answers

just for clarification if the pred for img_1 was something like this [0.5,0.6,0.1,0.2]

the submission should be img_1,0,1,0,0 or img_1,0.5,0.6,0.1,0.2 (like the submission file provided) ?

20 Sep 2019, 19:55
Upvotes 0
User avatar
Kamenialexnea
Ecole nationale superieure polytechnique yaounde

Is it really possible ? The sum of your results should be 1.

Not more