Primary competition visual

Basic Needs Basic Rights Kenya - Tech4MentalHealth

Helping Kenya
$4 200 USD
Completed (over 5 years ago)
Classification
1244 joined
499 active
Starti
Apr 26, 20
Closei
Jul 05, 20
Reveali
Jul 05, 20
First Place Solution
Connect · 28 Jul 2020, 10:57 · 13

Congratulations to all the winners

our model is an ensembling of 3 roberta base with different params !

also we did some functions for data augmentation which help our model to fit Drugs and Suicide Tweets !

github link: https://github.com/Klaimohelmi/Basic-Needs-Basic-Rights-Kenya---Tech4MentalHealth/blob/master/final_kernel_rank3.ipynb

Discussion 13 answers
User avatar
Freelance

Thanks Klai for sharing.

Congratulations!

28 Jul 2020, 11:06
Upvotes 0

you're welcome

Congratulations! Klai and Thank you for sharing your work.

0.32*sub1[e]+0.68*sub2[e] OR sub7['Drugs']*0.8+0.2*sub5['Drugs']

would you please explain, how you guys calculate these coefficients(0.32,0.68)?

We assign weight of each model based on CV score. So one will give more weight on a model which "perform well". (Just a reminder, if you are choosing weights based on Public LB scores, then there is a chance that they will badly overfit.)

CV score? where did you calculate that in your code? if you don't mind, could you share any blog or steps to calculate this or how to assign these coefficients?

Thank you this is very helpful.

@Klai Congratulations!

28 Jul 2020, 11:45
Upvotes 0

Thank you

Congratulations !!!

28 Jul 2020, 13:44
Upvotes 0
User avatar
yakyo

Thanks for sharing

28 Jul 2020, 20:46
Upvotes 0

you're welcome