NumericalFeatureTokenizer after train test split #45
Unanswered
OrtalDayan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
These are PyTorch modules in the same way as, for example,
Does this help? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking at the code it seems to me that it doesn't matter (won't cause data leakage ) if we apply the NumericalFeatureTokenizer or NumEmbeddings class before or after train test split. Am I right?
Beta Was this translation helpful? Give feedback.
All reactions