## S4 method for signature 'H2OAutoML'h2o.varimp(object, top_n =20, num_of_features =NULL)
Arguments
object: An H2OAutoML object.
top_n: Show at most top_n models
num_of_features: Integer specifying the number of features returned based on the maximum importance across the models. Use NULL for unlimited. Defaults to NULL.