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 b27a55a commit f305412Copy full SHA for f305412
R/mars_data.R
@@ -15,7 +15,7 @@ set_model_arg(
15
eng = "earth",
16
parsnip = "num_terms",
17
original = "nprune",
18
- func = list(pkg = "dials", fun = "num_terms", range = c(2:5)),
+ func = list(pkg = "dials", fun = "num_terms", range = c(2, 5)),
19
has_submodel = TRUE
20
)
21
set_model_arg(
0 commit comments