Hi all,
This is an example of what my ENMeval results look like:
settings features rm full.AUC Mean.AUC Var.AUC Mean.AUC.DIFF Var.AUC.DIFF Mean.OR10 Var.OR10 Mean.ORmin Var.ORmin AICc delta.AICc w.AIC nparam
63 H_5.5 H 5.5 0.9571 0.9544917 0.001254027 0.01014694 0.0004757842 0.1025801 0.01243401 0.001470588 8.650519e-06 10634.26 0 0.9980756 47
The ENMeval publication (Muscarella et al., 2014) speaks of two kinds of omission rate evaluation metrics, ORMTP(‘Minimum Training Presence’ omission rate) and OR10 (10% training omission rate). I'm guessing that the 'Mean.OR10' from my results is the OR10 from the paper and the 'Mean.ORmin' is the ORMTP? I'm wanting more clarity about the interpretation of these two values in particular.
For the OR10, the paper says 'Omission rates greater than the expectation of 10% typically indicate model overfitting'. So is it right to say then that if that Mean.OR10 value is over 0.10 then the model is overfit? I have a lot of results from my models that have a mean.OR10 of ~ 0.20 so are these overfit as it's over 10%??
For the ORMTP the paper says 'Omission rates greater than the expectation of zero typically indicate model overfitting'. My Mean.ORmin values are often very low, like they are here, but are never 0.
Is there a cut off for this value that would indicate overfitting or is it just anything above 0, would this example here be overfit based on this value?
I have the same question about the AUCDIFF metric, the paper says 'Value of AUCDIFF is expected to be positively associated with the degree of model overfitting' ..but at what point do you call the model overfit based on this value?
Thanks