h2o.automl: Automatic Machine Learning

CRAN
h2o: R Interface for the 'H2O' Scalable Machine Learning Platform

the models that were trained in the process, ranked by a default model performance metric.
Usage
h2o.automl(

h2o_automl_train: Wrapper for training a h2o.automl model

GITHUB
stevenpawley/h2oparsnip: Model Wrappers for H2O models

R: Wrapper for training a h2o.automl model
h2o_automl_trainR Documentation
Wrapper for training a h2o.automl model

README.md:

GITHUB
2econsulting/rAutoFS:

>
#### useful functions
- autoFS : a function of auto feature selection based on h2o.automl

data-raw/data-testing/h2o-testing.R:

GITHUB
peteowen1/torp: What the Package Does (One Line, Title Case)

aml_poisson <- h2o.automl(
x = predictors, y = y,
training_frame = team_mdl_h2o,