Description Usage Arguments Details
Add a learning model to a pipelearner object.
| 1 | learn_models(pl, models, formulas, ...)
 | 
| pl | pipelearner object. See  | 
| models | Vector of learning model functions which take data and formula arguments | 
| formulas | Vector of objects of class "formula" (or one that can be coerced to that class): a symbolic description of the model to be fitted. | 
| ... | Additional named vectors to be passed to the model function as a grid of hyperparameters | 
Will expect a pipelearner object, but will also accept a data frame for the
parameter pl. In the case that a data frame is used, it will first
coerce it to a pipelearner object via pipelearner.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.