Search code examples
rh2oensemble-learning

R How to see variable importance plot for an ensemble_model (H2O)?


Does anyone know has to see variable importance plot for an ensemble model built in H2O using R?

This code h2o.varimp_plot(ensemble_model) returns an error

In max(tvi$coefficients) : no non-missing arguments to max; returning -Inf

Solution

  • It's currently unimplemented, but you can follow the progress here: https://0xdata.atlassian.net/browse/PUBDEV-5137