View source: R/tune_grid_h2o.R
| model_spec_to_algorithm | R Documentation |
Return the equivalent h2o algorithm name for a parsnip 'model_spec' object.
model_spec_to_algorithm(object, model_args)
object |
A parsnip 'model_spec' object. |
model_args |
A list of model arguments. |
A list with algorithm, the model name and the arguments with the family attribute set for specific models (e.g. glm).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.