These parameters help model cases where an exponent is of interest (e.g.
degree() or spline_degree()) or a product is used (e.g. prod_degree).
Arguments
- range
 A two-element vector holding the defaults for the smallest and largest possible values, respectively. If a transformation is specified, these values should be in the transformed units.
- trans
 A
transobject from thescalespackage, such asscales::transform_log10()orscales::transform_reciprocal(). If not provided, the default is used which matches the units used inrange. If no transformation,NULL.
Details
degree() is helpful for parameters that are real number exponents (e.g.
x^degree) whereas degree_int() is for cases where the exponent should be
an integer.
The difference between degree_int() and spline_degree() is the default ranges
(which is based on the context of how/where they are used).
prod_degree() is used by parsnip::mars() for the number of terms in
interactions (and generates an integer).
