edw4rdyao opened a new pull request, #83: URL: https://github.com/apache/incubator-hugegraph-ai/pull/83
Hello everyone! This PR is derived from the project of [GLCC2024](https://www.gitlink.org.cn/glcc/2024/projects): https://www.gitlink.org.cn/hugegraph/hugegraph/wiki?wiki=graph-ai-1 **Completed Features:** 1. Read graphs from HugeGraph and convert them to DGL format (currently only supports single graph datasets like `Cora`). 2. Implemented various graph learning algorithms (4 models have been added so far, with others under metric testing. For details, please visit [hugegraph-integrate-model-test](https://github.com/edw4rdyao/hugegraph-integrate-model-test/tree/feat/models). 3. Encapsulated training and evaluation into classes to simplify the end-to-end graph learning workflow. **Additional Notes:** 1. Since the [PGL](https://github.com/PaddlePaddle/PGL) hasn't been updated for a long time, priority is given to integrating the [DGL](https://github.com/dmlc/dgl). 2. Data conversion for multi-graph, heterogeneous graphs, and temporal dynamic graphs, as well as related tasks, are currently under development(**ToDo**). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
