Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
acezen committed Jan 18, 2022
1 parent c0dfb79 commit 6b9fb6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/graphscope/client/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -1168,9 +1168,8 @@ def graphlearn(self, graph, nodes=None, edges=None, gen_labels=None):
"""Start a graph learning engine.
Args:
session (:class:`Session`): instance of GraphScope session.
graph (:class:`graphscope.framework.graph.GraphDAGNode`):
Source property graph.
The graph to create learning instance.
nodes (list, optional): list of node types that will be used for gnn
training, the element of list can be `node_label` or
`(node_label, features)`. If the element of list is a tuple and
Expand Down

0 comments on commit 6b9fb6e

Please sign in to comment.