- x
Word embeddings from textEmbed (or textEmbedLayerAggreation).
- y
Tibble with several numeric or categorical variables to predict. Please note that you cannot mix numeric and
categorical variables.
- force_train_method
Default is "automatic"; see also "regression" and "random_forest".
- save_output
Option not to save all output; default "all". see also "only_results"
and "only_results_predictions".
- method_cor
A character string describing type of correlation (default "Pearson").
- eval_measure
Type of evaluative measure to assess models on.
- p_adjust_method
Method to adjust/correct p-values for multiple comparisons
(default = "holm"; see also "none", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr").
- ...
Arguments from textTrainRegression or textTrainRandomForest the textTrain function.