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

Why test sample number is much more than train / validation sample? #17

Closed
zhiqiangzhongddu opened this issue Sep 6, 2018 · 5 comments

Comments

@zhiqiangzhongddu
Copy link

I saw you assign train/val/test follow this way:
idx_train = range(140)
idx_val = range(200, 500)
idx_test = range(500, 1500)

I don't understand why you assign test sample number much more than train and val?

@tkipf
Copy link
Owner

tkipf commented Sep 6, 2018 via email

@zhiqiangzhongddu
Copy link
Author

I see, thank you for the response.

@IreneZihuiLi
Copy link

Are these ids true ids in the cora cites dataset?
Or they are just from 0 to 1500.
Also, why id 140-200 were not chosen?

@tkipf
Copy link
Owner

tkipf commented Apr 3, 2019 via email

@IreneZihuiLi
Copy link

Thanks!

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

3 participants