Committee-based models enact a boosting-like procedure to produce ensembles.
committees parameter is for the number of models in the ensembles while
max_rules can be used to limit the number of possible rules.
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.
