tunable.step_adasyn | R Documentation |
These functions define what parameters can be tuned for specific steps.
They also define the recommended objects from the dials
package that can
be used to generate new parameter values and other characteristics.
## S3 method for class 'step_adasyn'
tunable(x, ...)
## S3 method for class 'step_bsmote'
tunable(x, ...)
## S3 method for class 'step_downsample'
tunable(x, ...)
## S3 method for class 'step_nearmiss'
tunable(x, ...)
## S3 method for class 'step_rose'
tunable(x, ...)
## S3 method for class 'step_smote'
tunable(x, ...)
## S3 method for class 'step_smotenc'
tunable(x, ...)
## S3 method for class 'step_upsample'
tunable(x, ...)
x |
A recipe step object |
... |
Not used. |
A tibble object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.