do_fit | R Documentation |
Fit model, make predictions, and generate SHAP values.
do_fit( tweets_transformed, stem = get_valid_stems(), overwrite = TRUE, ..., .overwrite = list(tune = NULL, fit = NULL), .path = list(tune = NULL, fit = NULL) )
tweets_transformed |
Tweets retrieved from |
stem |
Either |
overwrite |
Whether to overwrite existing fit, predictions, and SHAP values. |
... |
Extra arguments to pass to |
.overwrite |
Specific booleans for overwriting specific outputs saved to file. Default is to use same value as |
.path |
Specific paths to export the tune results and fitted model to. If left as |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.