TabularDataBunch Error: "Your validation data contains a label that isn't present in the training set, please fix your data."

If you have a regression model, you should use label_cls = FloatItemList when you label it, if the data block API doesn’t automatically pick it’s a regression target.

1 Like