You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Now parameter
num_neighbors
is fixed in cool_graph/config/training/default.yaml:or in cool_graph/config/training/in_memory_data.yaml:
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
The text was updated successfully, but these errors were encountered: