We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4c684 commit 75b5f15Copy full SHA for 75b5f15
R/svm_linear_data.R
@@ -172,7 +172,7 @@ set_fit(
172
data = c(formula = "x", data = "data"),
173
protect = c("x", "data"),
174
func = c(pkg = "kernlab", fun = "ksvm"),
175
- defaults = list(kernel = "vanilladot")
+ defaults = list(kernel = "vanilladot", kpar = list())
176
)
177
178
@@ -185,7 +185,7 @@ set_fit(
185
186
187
188
189
190
191
0 commit comments