I have two questions on h2o.automl and I couldn’t find any documentation on these topics.
I can save/reuse the leader (automl) model in R using h2o.saveModel and h2o.loadModel. But how do I save/reuse other automl models, say the 6th model in the leaderboard?
I can build on top of the old model by keeping the same project_name in the syntax. How can I do the same after loading a pre-built model?