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