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 3c8481e commit 1160e1eCopy full SHA for 1160e1e
R/decision_tree_data.R
@@ -260,7 +260,7 @@ set_fit(
260
interface = "formula",
261
data = c(formula = "formula", data = "x"),
262
protect = c("x", "formula"),
263
- func = c(pkg = "sparklyr", fun = "ml_decision_tree_classifier"),
+ func = c(pkg = "sparklyr", fun = "ml_decision_tree_regressor"),
264
defaults =
265
list(seed = expr(sample.int(10 ^ 5, 1)))
266
)
0 commit comments