Skip to content

Commit dfc077a

Browse files
committed
fixed spark submodel spec
1 parent 9ae434c commit dfc077a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/logistic_reg_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ set_model_arg(
218218
parsnip = "penalty",
219219
original = "reg_param",
220220
func = list(pkg = "dials", fun = "penalty"),
221-
has_submodel = TRUE
221+
has_submodel = FALSE
222222
)
223223

224224
set_model_arg(

R/multinom_reg_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ set_model_arg(
104104
parsnip = "penalty",
105105
original = "reg_param",
106106
func = list(pkg = "dials", fun = "penalty"),
107-
has_submodel = TRUE
107+
has_submodel = FALSE
108108
)
109109

110110
set_model_arg(

0 commit comments

Comments
 (0)