View source: R/supervised-classification.R
| tl_predict_logistic | R Documentation |
Predict using a logistic regression model
tl_predict_logistic(model, new_data, type = "prob", ...)
model |
A tidylearn logistic model object |
new_data |
A data frame containing the new data |
type |
Type of prediction: "prob" (default), "class", "response" |
... |
Additional arguments |
Predictions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.