Skip to content

Commit fe92ae9

Browse files
committed
fixed submodel designations for earth and spark
1 parent 9ae434c commit fe92ae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/boost_tree_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ set_model_arg(
279279
parsnip = "trees",
280280
original = "max_iter",
281281
func = list(pkg = "dials", fun = "trees"),
282-
has_submodel = TRUE
282+
has_submodel = FALSE
283283
)
284284
set_model_arg(
285285
model = "boost_tree",

R/mars_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set_model_arg(
1616
parsnip = "num_terms",
1717
original = "nprune",
1818
func = list(pkg = "dials", fun = "num_terms"),
19-
has_submodel = FALSE
19+
has_submodel = TRUE
2020
)
2121
set_model_arg(
2222
model = "mars",

0 commit comments

Comments
 (0)