I'm not sure if this is intended but the export.pkl from the learn.export() is about 471 MB which is somewhat prohibitive in the deployment in certain applications.
The model itself from SaveModelCallback is only 131 KB and I'm only looking to use the Learner in order to apply the same transforms/processing (Normalization, FillMissing, Categorify).
Is there a reason this is so large? I've also confirmed
learn.xb =
(None, )
learn.yb =
(None, )