pipelearner
initializes a new pipelearner object. It is used to
specify the input data frame to subsequent machine learning algorithms.
1 | pipelearner(data, models = NULL, formulas = NULL, ...)
|
data |
Data frame containing all variables needed by learning algorithm formulae. |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.