Description Usage Arguments Value
Adapted from work by Emil Hvitfeldt https://www.hvitfeldt.me/blog/text-classification-with-tidymodels/
1 | generate_text_processing_recipe(formula, train_data, min_times = 10)
|
formula |
A model formula. |
train_data |
A data frame or tibble of the template data set. |
min_times |
An integer. Minimum number of times a word can appear before getting removed. Defaults to 10. |
recipes::recipe
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.