Closed edw4rdyao closed 3 weeks ago
Also note the py-lint ci failed
pylint failed for the hugegraph-llm
and hugegraph-python-client
, should we fix it? Also, should we add pylint CI for hugegraph-ml
in workflows and code_format_and_analysis.sh?
pylint failed for the
hugegraph-llm
andhugegraph-python-client
, should we fix it? Also, should we add pylint CI forhugegraph-ml
in workflows and code_format_and_analysis.sh?
It's a bit strange, let me take a look (Most of the issues should indeed be fixed, and if they are unnecessary, they should be eliminated)
This PR is derived from the project of GLCC2024: https://www.gitlink.org.cn/hugegraph/hugegraph/wiki?wiki=graph-ai-1
Features:
Read graphs from HugeGraph and convert them to DGL format
Implemented graph learning algorithms (for algorithim test, please visit hugegraph-integrate-model-test)
Encapsulated training and evaluation to simplify the end-to-end graph learning workflow.
Additional Notes: