validation_set_prop {dials} | R Documentation |
Proportion of data used for validation
Description
Used in embed::step_discretize_xgb()
.
Usage
validation_set_prop(range = c(0.05, 0.7), 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 |
Examples
validation_set_prop()
[Package dials version 1.3.0 Index]