alibaba / GraphScope

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
https://graphscope.io
Apache License 2.0
3.26k stars 442 forks source link

[BUG] The document of `graphscope.graphlearn` is not clear #1274

Closed jmd300 closed 2 years ago

jmd300 commented 2 years ago

https://nbviewer.org/github/alibaba/GraphScope/blob/main/tutorials/zh/7_unsupervised_learning_with_graphsage.ipynb image 你这参数都是啥,为啥写不清楚呢?

launch a learning engine.

lg = graphscope.graphlearn( graph, nodes=[("protein", paper_features)], edges=[("protein", "link", "protein")], gen_labels=[ ("train", "protein", 100, (0, 100)), # ??? ], )

welcome[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the issue template! And a maintainer will get back to you shortly! Please feel free to contact us on DingTalk, WeChat account(graphscope) or Slack. We are happy to answer your questions responsively.

acezen commented 2 years ago

Thanks for reporting the issue! The document of the graphscope.graphlearn is not clear, we will improve it ASAP.