Replies: 1 comment 2 replies
-
You can also copy train_data = copy.copy(data)
train_data.mask = ...
test_data = copy.copy(data)
test_data.mask = ... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a graph as follows:
I am doing a test/train split using the following:
However, for more generic operationalization, I feel creating train and test loader would be better. Anyone can help me do this for the same?
Beta Was this translation helpful? Give feedback.
All reactions