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 88e23c4 commit d843dafCopy full SHA for d843daf
R/svm_rbf_data.R
@@ -193,7 +193,7 @@ set_fit(
193
eng = "liquidSVM",
194
mode = "regression",
195
value = list(
196
- interface = "matrix",
+ interface = "data.frame",
197
protect = c("x", "y"),
198
func = c(pkg = "liquidSVM", fun = "svm"),
199
defaults = list(
@@ -220,7 +220,7 @@ set_fit(
220
221
mode = "classification",
222
223
224
225
226
0 commit comments