Only do it!
submission[‘label’] = 2
2 Likes
It is indeed some nice score.
But will it remain to be this good on 100% of data? We will know at the end of the challenge.
Yes of course!
Looks like behind the scenes more decimal points are used. Was able to climb a bit by setting some to something not 2. But hard to solve this better than your solution, and submission[‘label’] = 2 get’s points for elegance
1 Like
Can we get more information about which f1-score exactly is computed? Is it the weighted f1 score or macro (which I doubt given the results) or the micro one as in sklearn?
Have a good day
Hey,
It’s micro one as in sklearn.
Regards
Ayush
1 Like