Predict from several models, selecting the correct input
Source:R/2_4_1_textPredictTextTrained.R
textPredictAll.Rd
Predict from several models, selecting the correct input
Arguments
- models
Object containing several models.
- word_embeddings
List of word embeddings (if using word embeddings from more than one text-variable use dim_names = TRUE throughout the pipeline).
- x_append
A tibble/dataframe with additional variables used in the training of the models (optional).
- ...
Settings from textPredict.
See also
see textPredict
and textTrain