Rossmann COmpetition

THanks @memetzgz

Going to try this out now.

Had a question:

log_preds,y = learn.TTA(is_test=True)

TTA is applying test time augmentation.
But as this is structured data - how can we apply TTA on this?
Isn’t TTA (showing different versions of the test set) for images and not structured data?

Edit: Jeremy has added the test set process to the notebook Structured Learner