R/2_4_1_textPredictTextTrained.R
textPredictAll.Rd
Predict from several models, selecting the correct input
textPredictAll(models, word_embeddings, x_append = NULL, ...)
Object containing several models.
List of word embeddings (if using word embeddings from more than one text-variable use dim_names = TRUE throughout the pipeline).
A tibble/dataframe with additional variables used in the training of the models (optional).
Settings from textPredict.
A tibble with predictions.
see textPredict
and textTrain
# \donttest{
# x <- Language_based_assessment_data_8[1:2, 1:2]
# word_embeddings_with_layers <- textEmbedLayersOutput(x, layers = 11:12)
# }