Plot a GBM influence plot
Arguments
- dw_model
Model object from running
buildMod()
.- col
Colour to use to use to colour the bars. Alternatively, users can provide
"var"
which will colour each bar differently, or"mean"
which will colour each bar by its mean relative variable influence.- sort
Sort the variables by their relative variable influences? Defaults to
TRUE
.FALSE
displays them alphabetically.