From da7b91464abaa458248a4b29b3cce50873bfffdc Mon Sep 17 00:00:00 2001 From: William L Hamilton Date: Tue, 7 Nov 2017 10:04:29 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f09e26..fe0ddec 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ As input, at minimum the code requires that a --train_prefix option is specified * -G.json -- A networkx-specified json file describing the input graph. Nodes have 'val' and 'test' attributes specifying if they are a part of the validation and test sets, respectively. * -id_map.json -- A json-stored dictionary mapping the graph node ids to consecutive integers. -* -id_map.json -- A json-stored dictionary mapping the graph node ids to classes. +* -class_map.json -- A json-stored dictionary mapping the graph node ids to classes. * -feats.npy [optional] --- A numpy-stored array of node features; ordering given by id_map.json. Can be omitted and only identity features will be used. * -walks.txt [optional] --- A text file specifying random walk co-occurrences (one pair per line) (*only for unsupervised version of graphsage)