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 step_dummy_hash
tunable(x, ...)# S3 method for step_ngram
tunable(x, ...)
# S3 method for step_texthash
tunable(x, ...)
# S3 method for step_tf
tunable(x, ...)
# S3 method for step_tokenfilter
tunable(x, ...)
# S3 method for step_tokenize
tunable(x, ...)
# S3 method for step_tokenize_bpe
tunable(x, ...)
A tibble object.
A recipe step object
Not used.