Using data. Find patterns and predict the next mosquito hotspot areas and whether disease would be present.
- SKLearn
- Feature Engineering
- Feature Selection using random forests
- Validation / Cross-Validations
- Hyperparameter tunings, GridSearch
- Model Selection
I apply cross validation and perform model ensemble for various models then use a meta learner to learn the output of these models to achieve an even higher predictive accuracy.
- Used an ensemble of random forest classifiers and sklearn without having to resort to deep learning and yet still achieved a 99% accuracy.