In accordance to tidymodels/textrecipes#14 here are my thoughts on what should be tunable.
step_texthash: num_terms integer.
step_tf: weight numeric.
step_tokenfilter: max numeric. min numeric. max_tokens integer.
Question.
Would something like weight_scheme in step_tf be tunable as it takes a couple of different (method as characters) values?