Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jmd300 opened this issue Jan 14, 2022 · 2 comments · Fixed by #1277
Closed

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

jmd300 opened this issue Jan 14, 2022 · 2 comments · Fixed by #1277
Assignees
Labels
component:doc Improvements or additions to documentation component:gle

Comments

@jmd300
Copy link

jmd300 commented Jan 14, 2022

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
Copy link

welcome bot commented Jan 14, 2022

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
Copy link
Collaborator

acezen commented Jan 14, 2022

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

@acezen acezen changed the title [BUG] 这个注释和解释怎么就看不明白呢? [BUG] The document of graphscope.graphlearn is not clear Jan 14, 2022
@acezen acezen self-assigned this Jan 14, 2022
@sighingnow sighingnow added component:doc Improvements or additions to documentation component:gle labels Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:doc Improvements or additions to documentation component:gle
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants