diff --git a/README.md b/README.md index 1bfbb28..e02a8d7 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,6 @@ Note that the full log outputs and stored embeddings can be 5-10Gb in size (on t #### Using the output of the unsupervised models -TODO +The unsupervised variants of GraphSAGE will output embeddings to the logging directory as described above. +These embeddings can then be used in downstream machine learning applications. +The `eval_scripts` directory contains examples of feeding the embeddings into simple logistic classifiers.