Open
Description
Do the automl sklearn wrappers described in [this notebook|https://github.com/h2oai/h2o-tutorials/blob/master/tutorials/sklearn-integration/H2OAutoML_as_sklearn_estimator.ipynb] use the leader model for their {{predict}} methods? It would seem to be the obvious choice, but I couldn't find a confirmation for that in the [main docs|https://docs.h2o.ai/h2o/latest-stable/h2o-docs/automl.html], the [Python docs|https://docs.h2o.ai/h2o/latest-stable/h2o-py/docs/modeling.html] or the [source code|https://github.com/h2oai/h2o-3/tree/master/h2o-py/h2o/sklearn].