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/convert.py
stellargraph/core/element_data.py
stellargraph/core/experimental.py
stellargraph/core/graph.py
stellargraph/core/graph_networkx.py
stellargraph/core/schema.py
stellargraph/core/utils.py
stellargraph/core/validation.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/datasets/__init__.py
stellargraph/datasets/dataset_loader.py
stellargraph/datasets/datasets.py
stellargraph/layer/__init__.py
stellargraph/layer/appnp.py
stellargraph/layer/attri2vec.py
stellargraph/layer/cluster_gcn.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/layer/ppnp.py
stellargraph/layer/preprocessing_layer.py
stellargraph/layer/rgcn.py
stellargraph/mapper/__init__.py
stellargraph/mapper/full_batch_generators.py
stellargraph/mapper/mini_batch_node_generators.py
stellargraph/mapper/sampled_link_generators.py
stellargraph/mapper/sampled_node_generators.py
stellargraph/mapper/sequences.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/integrated_gradients_gat.py
stellargraph/utils/saliency_maps/saliency.py
stellargraph/utils/saliency_maps/saliency_gat.py
tests/core/__init__.py
tests/core/test_convert.py
tests/core/test_element_data.py
tests/core/test_experimental.py
tests/core/test_schema.py
tests/core/test_stellargraph.py
tests/core/test_utils.py
tests/data/__init__.py
tests/data/test_biased_random_walker.py
tests/data/test_breadth_first_walker.py
tests/data/test_directed_breadth_first_sampler.py
tests/data/test_edge_splitter.py
tests/data/test_epgm.py
tests/data/test_heterogeneous_breadth_first_walker.py
tests/data/test_metapath_walker.py
tests/data/test_node_splitter.py
tests/data/test_uniform_random_walker.py
tests/data/test_unsupervised_sampler.py
tests/datasets/__init__.py
tests/datasets/test_datasets.py
tests/layer/__init__.py
tests/layer/test_appnp.py
tests/layer/test_attri2vec.py
tests/layer/test_cluster_gcn.py
tests/layer/test_gcn.py
tests/layer/test_graph_attention.py
tests/layer/test_graphsage.py
tests/layer/test_hinsage.py
tests/layer/test_link_inference.py
tests/layer/test_misc.py
tests/layer/test_ppnp.py
tests/layer/test_rgcn.py
tests/mapper/__init__.py
tests/mapper/test_benchmark_generators.py
tests/mapper/test_cluster_gcn_node_mapper.py
tests/mapper/test_directed_node_generator.py
tests/mapper/test_full_batch_generators.py
tests/mapper/test_link_mappers.py
tests/mapper/test_node_mappers.py
tests/mapper/test_relational_node_mappers.py
tests/reproducibility/__init__.py
tests/reproducibility/fixtures.py
tests/reproducibility/test_unsupervised_graphsage.py
tests/test_utils/__init__.py
tests/test_utils/alloc.py
tests/test_utils/graphs.py
tests/utils/__init__.py
tests/utils/test_calibration.py
tests/utils/test_ensemble.py
tests/utils/test_saliency_maps_gat.py
tests/utils/test_saliency_maps_gcn.py