NLP prediction - predict batch

If anyone is watching this, the solution is to use

classifier.get_preds(DatasetType.Fix)`

The Fix dataset is the training dataset without shuffle. See this related post.

1 Like