Hi all,
I have reviewed and updated the dataset following the discussion on potential data leakage in this post: https://zindi.africa/competitions/digicow-farmer-training-adoption-challenge/discussions/30471
Initially, the objective was to predict adoption within 120 days. However, after further consideration, a shorter prediction window was more practical. As a result, the primary target was updated to adoption within 7 days.
To avoid any risk of leakage, I have removed the features num_training_30d and num_training_60d. Computing these features implicitly relies on training dates which may not be available at prediction time. Additionally, having num_training_xd > 0 does not necessarily imply adoption, so removing these features is both safer and cleaner.
In addition to the 7-day target, I have also included two additional targets:
Please note that the data has been updated, IDs have been regenerated, and you will need to re-download the dataset.
I increased the total submission count from 200 to 220.
My apologies for the inconvenience, and thank you for your understanding.
Keep Zinding!
Yes my submission has not been corectly added.
If that’s the case, shouldn’t the previous submissions not be counted? What I mean is that we should start from zero, even though I had made about 20 submissions before.
For fairness, I have increase the submission count by 20 for all participants.
Adding twenty submissions for everyone effectively grants 20 extra entries to participants who had not submitted anything, but it does not compensate those who have already submitted more than 20 submissions since the competition started. I do not think that is fair.
@AJoel, the number of submissions should be reset to zero !!!
Hello, could you kindly update how the leaderboard rankings are now computed? In some previous chat, there was a formula on this. Given that we have new targets, I am requesting an updated formula
Secondly, can one target be used as a feature in the model to predict another i.e adoption within 7 days be used as a feature in adoption within 90 days?