Primary competition visual

South African COVID-19 Vulnerability Map by #ZindiWeekendz

Helping Africa
$300 USD
Challenge completed over 5 years ago
Prediction
319 joined
177 active
Starti
Apr 03, 20
Closei
Apr 05, 20
Reveali
Apr 05, 20
Discussion 5 answers
User avatar
msamwelmollel
University of Glasgow

Thank you Eli

6 Apr 2020, 20:44
Upvotes 0

Thanks a lot for this

6 Apr 2020, 20:59
Upvotes 0
User avatar
Raheem_Nasirudeen
The polytechnic ibadan

ta

thanks

6 Apr 2020, 21:05
Upvotes 0

Thank you

6 Apr 2020, 23:40
Upvotes 0

Stacking is a technique that combines multiple classification or regression models via a meta-classifier or a meta-regressor. The base level models are trained based on a complete training set, then the meta-model is trained on the outputs of the base level model as features. While it can be done manually, as we did in the the last 2 times we retrained, SKlearn has a wonderful library, STackingRegressor that takes in your base learners and the meta learner as arguments.

7 Apr 2020, 08:43
Upvotes 0