
Predict from several models, selecting the correct input
textPredictAll(models, word_embeddings, x_append = NULL, ...)
A tibble with predictions.
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.
see textPredict
and textTrain
# \donttest{
# x <- Language_based_assessment_data_8[1:2, 1:2]
# word_embeddings_with_layers <- textEmbedLayersOutput(x, layers = 11:12)
# }
Run the code above in your browser using DataLab