unhcr / koboloadeR

deprecated please use {kobocruncher} - https://edouard-legoupil.github.io/kobocruncher/
https://unhcr.github.io/koboloadeR/docs/
28 stars 28 forks source link

Add predictive modeling capacity #7

Closed Edouard-Legoupil closed 5 years ago

Edouard-Legoupil commented 6 years ago

Like #6 , based on an additional column to be documented in the xlsform or indicator sheet, it shoudl be possible to add some predictive model capacity.

The target to predict could be defined and then algorithm will run to find out the best predictor and algorithm...

Edouard-Legoupil commented 6 years ago

Brainstorming

This assume that additional indicators - features engineering were create before

Depending on the type of target variable, a series of candidate algorithm will be selected.

Stepwise Regression - Forward selection and Backward elimination :

Diagnostic Tests on potential final Models:

Edouard-Legoupil commented 5 years ago

draft function is here: https://github.com/unhcr/koboloadeR/blob/gh-pages/R/kobo_prediction_report.R

Maybe need to check wether all regression assumption are in place: https://www.analyticsvidhya.com/blog/2016/07/deeper-regression-analysis-assumptions-plots-solutions