CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
setup.py
stellargraph/__init__.py
stellargraph/globalvar.py
stellargraph/version.py
stellargraph.egg-info/PKG-INFO
stellargraph.egg-info/SOURCES.txt
stellargraph.egg-info/dependency_links.txt
stellargraph.egg-info/requires.txt
stellargraph.egg-info/top_level.txt
stellargraph/core/__init__.py
stellargraph/core/graph.py
stellargraph/core/schema.py
stellargraph/core/utils.py
stellargraph/data/__init__.py
stellargraph/data/converter.py
stellargraph/data/edge_splitter.py
stellargraph/data/epgm.py
stellargraph/data/explorer.py
stellargraph/data/loader.py
stellargraph/data/node_splitter.py
stellargraph/data/unsupervised_sampler.py
stellargraph/layer/__init__.py
stellargraph/layer/gcn.py
stellargraph/layer/graph_attention.py
stellargraph/layer/graphsage.py
stellargraph/layer/hinsage.py
stellargraph/layer/link_inference.py
stellargraph/layer/misc.py
stellargraph/mapper/__init__.py
stellargraph/mapper/link_mappers.py
stellargraph/mapper/node_mappers.py
stellargraph/utils/__init__.py
stellargraph/utils/calibration.py
stellargraph/utils/ensemble.py
stellargraph/utils/saliency_maps/__init__.py
stellargraph/utils/saliency_maps/integrated_gradients.py
stellargraph/utils/saliency_maps/saliency.py