Understanding ColumnarModelData.from_data_frame from Rossman

Yeap, for step 2c, you would need to pass in the sample data from proc_df into ColumnarModelData. After that, get learner, load the model, and run the prediction.

To predict the test sets, I have used the workaround steps below, worked fine for me so far.
http://forums.fast.ai/t/structured-learner/8224/3