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

num_neighbors #1

Open
kuliev-sd opened this issue Aug 13, 2024 · 0 comments
Open

num_neighbors #1

kuliev-sd opened this issue Aug 13, 2024 · 0 comments

Comments

@kuliev-sd
Copy link
Collaborator

Now parameter num_neighbors is fixed in cool_graph/config/training/default.yaml:

  - 25
  - 25

or in cool_graph/config/training/in_memory_data.yaml:

  - 25
  - 15

But these parameters are not optimal for all datasets.
It is better to have flexible algorithm for sampling neighbors.
For example, we could limit the number of neighbors by 95%-quantile of node degree, or less for 2-level neighbors

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

1 participant