| tl_pipeline | R Documentation |
Create a modeling pipeline
tl_pipeline(
data,
formula,
preprocessing = NULL,
models = NULL,
evaluation = NULL,
...
)
data |
A data frame containing the data |
formula |
A formula specifying the model |
preprocessing |
A list of preprocessing steps |
models |
A list of models to train |
evaluation |
A list of evaluation criteria |
... |
Additional arguments |
A tidylearn pipeline object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.