Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ratio of Train set and Test set size #4

Open
abhishekrajgaria opened this issue Oct 27, 2020 · 1 comment
Open

Ratio of Train set and Test set size #4

abhishekrajgaria opened this issue Oct 27, 2020 · 1 comment

Comments

@abhishekrajgaria
Copy link

As written in common/data.py in load_dataset the ratio of train_set : test_set is 80 : 20,

but as we randomly generate positive and negative query-target pair,
(balance case) we are getting 4096 graphs, for both training set and testing set,
(imbalance case) we are getting 2048 graphs for both training set and testing set,

So won't that be an issue as the size of train_set is same as test_set?

@qema
Copy link
Collaborator

qema commented Oct 27, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants