CHANGELOG.md
CITATION.cff
LICENSE
MANIFEST.in
README.md
pyproject.toml
benchmarks/architectures-cora.md
benchmarks/multiview-cora.md
benchmarks/overfitting-cora.md
benchmarks/pubmed.md
benchmarks/semantic.md
examples/architectures_demo.py
examples/cora_demo.py
examples/multiview_demo.py
examples/overfitting_demo.py
examples/pubmed_demo.py
examples/semantic_demo.py
src/gnn_augment/__init__.py
src/gnn_augment/classifier.py
src/gnn_augment/data.py
src/gnn_augment/models.py
src/gnn_augment/representatives.py
src/gnn_augment/sparse.py
src/gnn_augment.egg-info/PKG-INFO
src/gnn_augment.egg-info/SOURCES.txt
src/gnn_augment.egg-info/dependency_links.txt
src/gnn_augment.egg-info/requires.txt
src/gnn_augment.egg-info/top_level.txt
tests/__init__.py
tests/_helpers.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/test_pipeline.py
tests/integration/test_real_data.py
tests/unit/__init__.py
tests/unit/test_api.py
tests/unit/test_classifier.py
tests/unit/test_data.py
tests/unit/test_models.py
tests/unit/test_representatives.py
tests/unit/test_sparse.py