powered by
Predict scores or classification from, e.g., textTrain.
textPredict(model_info, new_data, type = NULL, ...)
Model info (e.g., saved output from textTrain, textTrainRegression or textRandomForest).
Word embeddings from new data to be predicted from.
Type of prediction; e.g., "prob", "class".
Setting trom stats::predict can be called.
Predicted scores from word embeddings.
see textTrain textTrainLists textTrainRandomForest textSimilarityTest
textTrain
textTrainLists
textTrainRandomForest
textSimilarityTest
# NOT RUN { word_embeddings <- word_embeddings_4 ratings_data <- Language_based_assessment_data_8 # }
Run the code above in your browser using DataLab