tl_predict_svm: Predict using a support vector machine model

View source: R/supervised-svm.R

tl_predict_svmR Documentation

Predict using a support vector machine model

Description

Predict using a support vector machine model

Usage

tl_predict_svm(model, new_data, type = "response", ...)

Arguments

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

Value

Predictions


tidylearn documentation built on Feb. 6, 2026, 5:07 p.m.