Please consider the following basic reproducible example:
library(h2o) h2o.init() data(\"iris\") iris.hex = as.h2o(iris, \"iris.hex\") mod = h2o.glm(y = \"Se
Short answer: you've found a bug and we've opened a ticket here. The early stopping flag is not being honored when nfolds > 0. In the meantime, if you don't set nfolds, you should get 100 lambdas.
nfolds