predictor_prop {dials} | R Documentation |
Proportion of predictors
Description
The parameter is used in models where a parameter is the proportion of predictor variables.
Usage
predictor_prop(range = c(0, 1), trans = NULL)
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 |
Details
predictor_prop()
is used in step_pls()
.
Examples
predictor_prop()
[Package dials version 1.3.0 Index]