.plot_varimp {h2o}R Documentation

Plot variable importances with ggplot2

Description

Plot variable importances with ggplot2

Usage

.plot_varimp(model, top_n = 10)

Arguments

model

H2OModel

top_n

Plot just top_n features

Value

list of variable importance, groupped variable importance, and variable importance plot


[Package h2o version 3.44.0.3 Index]