2. The various models

models.all_data

Main model workflow when all XY-data is used.

models.leave_one_out

Model workflow when each variable is left out from analysis once.

models.single_variables

Model workflow when the model is based on only one single variable.

models.dubbelsteen

Model workflow when the relation between variables and conflict is based on randomness.

models.predictive

Predictive model to use the already fitted classifier to make annual projections for the projection period.

Note

The ‘leave_one_out’, ‘single_variables’, and ‘dubbelsteen’ models are only tested in beta-state. They will most likely be deprecated in near future.