R/param_engine_earth.R
earth_parameters.Rd
These parameters are auxiliary to models that use the "earth"
engine. They correspond to tuning parameters that would be specified using
set_engine("earth", ...)
.
max_num_terms(range = c(20L, 200L), trans = NULL)
range | A two-element vector holding the defaults for the smallest and largest possible values, respectively. |
---|---|
trans | A |
To use these, check ?earth::earth
to see how they are used.
max_num_terms()#> Maximum Number of Terms (quantitative) #> Range: [20, 200]