Tabular Learner prediction using Data Frame

The following should do:

test_dl = learn.dls.test_dl(test_df)
preds, _ = learn.get_preds(dl=test_dl)

More information, along with common pitfalls & fixes, can be found here.

Cheers!

2 Likes