Skip to content

Commit 2848a61

Browse files
committed
changed to formula interface
1 parent 1c13d55 commit 2848a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/logistic_reg_constr.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ logistic_reg_stan_fit <-
6060
logistic_reg_spark_fit <-
6161
list(
6262
libs = "sparklyr",
63-
interface = "spark",
64-
protect = c("features_col", "label_col", "x", "weight_col"),
63+
interface = "formula",
64+
protect = c("x", "formula", "weight_col"),
6565
fit_name = c(pkg = "sparklyr", fun = "ml_logistic_regression"),
6666
alternates =
6767
list(

0 commit comments

Comments
 (0)