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.
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.