Proportion of Randomly Selected Predictors
Usage
mtry_prop(range = c(0.1, 1), trans = NULL)Arguments
- range
A two-element vector holding the defaults for the smallest and largest possible values, respectively.
- trans
A
transobject from thescalespackage, such asscales::log10_trans()orscales::reciprocal_trans(). If not provided, the default is used which matches the units used inrange. If no transformation,NULL.
