fit.automl.h2o | R Documentation |
Build autoML Model
## S3 method for class 'automl.h2o'
fit(training, max_models = 30)
training |
A training dataset with calculated Chemical Descriptors |
Returns a trained model ready to predict
aml <- fit.automl.h2o(training)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.