Unverified Commit b5e90bc3 authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files

[Misc] Update the comment in examples/sampling/node_classification.py (#5874)

parent 3a0bcc0c
......@@ -5,9 +5,12 @@ large graphs using efficient neighbor sampling.
Paper: [Inductive Representation Learning on Large Graphs]
(https://arxiv.org/abs/1706.02216)
If you want a deeper understanding of node classification. You can
read the example in the `examples/pytorch/graphsage/node_classification.py`
TODO(#5797): Move `graphsage/node_classification.py` to the `examples/core/`.
Before reading this example, please familiar yourself with graphsage node
classification by reading the example in the
`examples/core/graphsage/node_classification.py`
If you want to train graphsage on a large graph in a distributed fashion, read
the example in the `examples/distributed/graphsage/`.
This flowchart describes the main functional sequence of the provided example.
main
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment