Open joneswong opened 4 years ago
I'm not aware of any package in this line from the ray team. Definitely feel free to contribute! Is your solution it more about traditional graph algorithm or about graph neural net?
I'm not aware of any package in this line from the ray team. Definitely feel free to contribute! Is your solution it more about traditional graph algorithm or about graph neural net?
Both. We use some kinds of graph neural networks for node classification and, once there is no node feature, we first apply a random walk variant and then apply a decomposition algorithm to the proximity matrix for learning node features. Thanks for your comment. We will have a try.
Hi, I'm a bot from the Ray team :)
To help human contributors to focus on more relevant issues, I will automatically add the stale label to issues that have had no activity for more than 4 months.
If there is no further activity in the 14 days, the issue will be closed!
You can always ask for help on our discussion forum or Ray's public slack channel.
The feature request is still relevant.
Building a graph related package based on Ray
Graph data are ubiquitous and thus have attracted more and more attention from both academia and industry. Recently, KDD cup includes an AutoGraph track which encourages competitors to build a solution to automatically preprocess the graph data, do HPO, train graph neural networks. We found that such an application is particularly suitable to be built upon Ray where
So, is there any package in this line? If not, we are considering re-factoring our solution to the KDD cup as a graph-related package built upon Ray. Could you guys give us some suggestions? Thanks!