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 9ae434c commit fe92ae9Copy full SHA for fe92ae9
R/boost_tree_data.R
@@ -279,7 +279,7 @@ set_model_arg(
279
parsnip = "trees",
280
original = "max_iter",
281
func = list(pkg = "dials", fun = "trees"),
282
- has_submodel = TRUE
+ has_submodel = FALSE
283
)
284
set_model_arg(
285
model = "boost_tree",
R/mars_data.R
@@ -16,7 +16,7 @@ set_model_arg(
16
parsnip = "num_terms",
17
original = "nprune",
18
func = list(pkg = "dials", fun = "num_terms"),
19
- has_submodel = FALSE
+ has_submodel = TRUE
20
21
22
model = "mars",
0 commit comments