Primary competition visual

Womxn in Big Data South Africa: Female-Headed Households in South Africa

Helping South Africa
$5 000 USD
Challenge completed over 5 years ago
Prediction
1161 joined
204 active
Starti
Nov 25, 19
Closei
Feb 23, 20
Reveali
Feb 24, 20
User avatar
Raheem_Nasirudeen
The polytechnic ibadan
24th place solution
Notebooks · 25 Feb 2020, 16:08 · 6

Thanks, @Zindi For hosting such a challenging and interesting competition.

my Github repo link - https://github.com/nasirudeenraheem/Womxn-in-Big-Data-South-Africa-Female-Headed-Households-in-South-Africa

I'm available to answer any question

Discussion 6 answers

Hello thanks for sharing your code. One question what does this line of code do: d = {"ward": a['ward'], 'target':np.mean(y_pred_totcb,0)}#np.mean(y_pred_totcb,0)

25 Feb 2020, 19:26
Upvotes 0
User avatar
Raheem_Nasirudeen
The polytechnic ibadan

thanks for the line code you mention.

am trying to make a submission file "ward": a['ward'] == (column 1 if you check the sample submission file)

'target':np.mean(y_pred_totcb,0) == average of the fold score(np.mean(y_pred_totcb,0)) and 'target' the name for coulumn 2

a['ward'], .... but a is not defined

26 Feb 2020, 19:06
Upvotes 0
User avatar
Raheem_Nasirudeen
The polytechnic ibadan

Yes sure the a as a variable should have been test[ward] to use the test Id for submission.

Thank you once more for taking time to share your solution as well as explain further.

27 Feb 2020, 06:18
Upvotes 0
User avatar
Raheem_Nasirudeen
The polytechnic ibadan

and you too.