Could you please explain how the training data was merged, and how you selected the features for the model?
i see that The code in OutsmartingOutbreaks_StarterNotebook.ipynb is only matching based on spatial proximity (latitude/longitude) but not considering the temporal aspect (Month/Year),
i see that The code in OutsmartingOutbreaks_StarterNotebook.ipynb is only matching based on spatial proximity (latitude/longitude) but not considering the temporal aspect (Month/Year),
You're correct; the merging approach in the starter notebook is not ideal. You can refer to this discussion for more details: (https://zindi.africa/competitions/outsmarting-outbreaks-challenge/discussions/24226)