Hi,
Thank you for releasing this implementation on public.
In your example code, there is only prediction code like pred = tabTransformer.predict(X), but how to train this model?
I've already run the example but don't understand what prediction result values mean, since there were neither train step and Y label.