CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
setup.py
stellargraph/__init__.py
stellargraph/calibration.py
stellargraph/ensemble.py
stellargraph/globalvar.py
stellargraph/losses.py
stellargraph/random.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/connector/__init__.py
stellargraph/connector/neo4j/__init__.py
stellargraph/connector/neo4j/graph.py
stellargraph/connector/neo4j/mapper.py
stellargraph/connector/neo4j/sampler.py
stellargraph/core/__init__.py
stellargraph/core/convert.py
stellargraph/core/element_data.py
stellargraph/core/experimental.py
stellargraph/core/graph.py
stellargraph/core/indexed_array.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/interpretability/__init__.py
stellargraph/interpretability/saliency_maps/__init__.py
stellargraph/interpretability/saliency_maps/integrated_gradients.py
stellargraph/interpretability/saliency_maps/integrated_gradients_gat.py
stellargraph/interpretability/saliency_maps/saliency_gat.py
stellargraph/layer/__init__.py
stellargraph/layer/appnp.py
stellargraph/layer/attri2vec.py
stellargraph/layer/cluster_gcn.py
stellargraph/layer/deep_graph_infomax.py
stellargraph/layer/gcn.py
stellargraph/layer/gcn_lstm.py
stellargraph/layer/graph_attention.py
stellargraph/layer/graph_classification.py
stellargraph/layer/graphsage.py
stellargraph/layer/hinsage.py
stellargraph/layer/knowledge_graph.py
stellargraph/layer/link_inference.py
stellargraph/layer/misc.py
stellargraph/layer/node2vec.py
stellargraph/layer/ppnp.py
stellargraph/layer/preprocessing_layer.py
stellargraph/layer/rgcn.py
stellargraph/layer/sort_pooling.py
stellargraph/layer/watch_your_step.py
stellargraph/mapper/__init__.py
stellargraph/mapper/adjacency_generators.py
stellargraph/mapper/base.py
stellargraph/mapper/corrupted.py
stellargraph/mapper/full_batch_generators.py
stellargraph/mapper/graphwave_generator.py
stellargraph/mapper/knowledge_graph.py
stellargraph/mapper/mini_batch_node_generators.py
stellargraph/mapper/padded_graph_generator.py
stellargraph/mapper/sampled_link_generators.py
stellargraph/mapper/sampled_node_generators.py
stellargraph/mapper/sequences.py
stellargraph/mapper/sliding.py
stellargraph/utils/__init__.py
stellargraph/utils/history.py
stellargraph/utils/version_validation.py
tests/core/__init__.py
tests/core/test_convert.py
tests/core/test_element_data.py
tests/core/test_experimental.py
tests/core/test_graph.py
tests/core/test_indexed_array.py
tests/core/test_schema.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_temporal_random_walker.py
tests/data/test_uniform_random_walker.py
tests/data/test_unsupervised_sampler.py
tests/datasets/__init__.py
tests/datasets/test_datasets.py
tests/interpretability/__init__.py
tests/interpretability/test_saliency_maps_gat.py
tests/interpretability/test_saliency_maps_gcn.py
tests/layer/__init__.py
tests/layer/test_appnp.py
tests/layer/test_attri2vec.py
tests/layer/test_cluster_gcn.py
tests/layer/test_cluster_models.py
tests/layer/test_deep_graph_infomax.py
tests/layer/test_gcn.py
tests/layer/test_gcn_lstm.py
tests/layer/test_graph_attention.py
tests/layer/test_graph_classification.py
tests/layer/test_graphsage.py
tests/layer/test_hinsage.py
tests/layer/test_knowledge_graph.py
tests/layer/test_link_inference.py
tests/layer/test_misc.py
tests/layer/test_node2vec.py
tests/layer/test_ppnp.py
tests/layer/test_rgcn.py
tests/layer/test_sort_pooling.py
tests/layer/test_watch_your_step.py
tests/mapper/__init__.py
tests/mapper/test_adjacency_generators.py
tests/mapper/test_benchmark_generators.py
tests/mapper/test_cluster_gcn_node_mapper.py
tests/mapper/test_corrupted.py
tests/mapper/test_directed_node_generator.py
tests/mapper/test_full_batch_generators.py
tests/mapper/test_graphwave_generator.py
tests/mapper/test_knowledge_graph.py
tests/mapper/test_link_mappers.py
tests/mapper/test_node_mappers.py
tests/mapper/test_padded_graph_generator.py
tests/mapper/test_relational_node_mappers.py
tests/mapper/test_sliding.py
tests/reproducibility/__init__.py
tests/reproducibility/fixtures.py
tests/reproducibility/test_deep_graph_infomax.py
tests/reproducibility/test_graphsage.py
tests/test_utils/__init__.py
tests/test_utils/alloc.py
tests/test_utils/graphs.py