Primary competition visual

To Vaccinate or Not to Vaccinate: It’s not a Question by #ZindiWeekendz

Helping Africa
$300 USD
Completed (almost 6 years ago)
Natural Language Processing
Classification
Sentiment Analysis
212 joined
126 active
Starti
Apr 24, 20
Closei
Apr 26, 20
Reveali
Apr 26, 20
Fastai plus RoBERTa
Notebooks · 26 Apr 2020, 21:26 · 7

I'm using Fastai plus HuggingFace Transformer RoBERTa.The classification approach gives a poor score of 0.58.Here is the link

https://github.com/LawrenceMoruye/To-Vaccinate-or-Not-to-Vaccinate-It-s-not-a-Question-by-ZindiWeekendz

Discussion 7 answers

Hello @Lawrence_Moruye thanks for chearing and you did really a great work, just if this challenge was a classification one you would get a far better score in the LB, again it is clearly that this challenge need to be classification one !!

Nice one Lawrence.

26 Apr 2020, 22:48
Upvotes 0
User avatar
Muhamed_Tuo
Inveniam

Hi @Lawrence_Moruye,

Instead of predicting the classes, I think you should try predicting the probabilities. And then, following the argmax, you mulitply the given probability by a coefficient of :

* -1 if argmax is 0

* O if argmax is 1

* 1 if argmax is 2

26 Apr 2020, 23:09
Upvotes 0
User avatar
Muhamed_Tuo
Inveniam

I think that the evaluation function (RMSE) doesn't stop us from solving this challenge as a classification problem. As long as at the end, we submit Probabilities instead of Classes/Labels.

User avatar
The national school of electronics and telecommunication of sfax

hello @Nazario , can you share with us your final work ?

User avatar
Muhamed_Tuo
Inveniam

Hi @maher_sadok, I will. Just need to clean it a bit.

User avatar
Muhamed_Tuo
Inveniam