Parameters for possible engine parameters for partykit models
Source:R/param_engine_partykit.R
conditional_min_criterion.Rd
Parameters for possible engine parameters for partykit models
Usage
conditional_min_criterion(
range = c(1.386294, 15),
trans = scales::transform_logit()
)
values_test_type
conditional_test_type(values = values_test_type)
values_test_statistic
conditional_test_statistic(values = values_test_statistic)
Arguments
- range
A two-element vector holding the defaults for the smallest and largest possible values, respectively.
- trans
A
trans
object from thescales
package, such asscales::transform_log10()
orscales::transform_reciprocal()
. If not provided, the default is used which matches the units used inrange
. If no transformation,NULL
.- values
A character string of possible values.