| tl_predict_pipeline | R Documentation |
Make predictions using a pipeline
tl_predict_pipeline(
pipeline,
new_data,
type = "response",
model_name = NULL,
...
)
pipeline |
A tidylearn pipeline object with results |
new_data |
A data frame containing the new data |
type |
Type of prediction (default: "response") |
model_name |
Name of model to use (if NULL, uses the best model) |
... |
Additional arguments passed to predict |
Predictions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.