LICENSE
README.md
pyproject.toml
src/dta_gnn/__init__.py
src/dta_gnn/cli.py
src/dta_gnn/pipeline.py
src/dta_gnn/visualization.py
src/dta_gnn.egg-info/PKG-INFO
src/dta_gnn.egg-info/SOURCES.txt
src/dta_gnn.egg-info/dependency_links.txt
src/dta_gnn.egg-info/entry_points.txt
src/dta_gnn.egg-info/requires.txt
src/dta_gnn.egg-info/top_level.txt
src/dta_gnn/app/__init__.py
src/dta_gnn/app/ui.py
src/dta_gnn/app_features/__init__.py
src/dta_gnn/app_features/compound.py
src/dta_gnn/app_features/proteins.py
src/dta_gnn/audits/__init__.py
src/dta_gnn/audits/leakage.py
src/dta_gnn/cleaning/__init__.py
src/dta_gnn/cleaning/functions.py
src/dta_gnn/cleaning/validation.py
src/dta_gnn/exporters/__init__.py
src/dta_gnn/exporters/artifacts.py
src/dta_gnn/exporters/card.py
src/dta_gnn/features/__init__.py
src/dta_gnn/features/molecule_graphs.py
src/dta_gnn/io/chembl_source.py
src/dta_gnn/io/downloader.py
src/dta_gnn/io/runs.py
src/dta_gnn/io/sqlite_source.py
src/dta_gnn/io/target_mapping.py
src/dta_gnn/io/utils.py
src/dta_gnn/io/web_source.py
src/dta_gnn/models/__init__.py
src/dta_gnn/models/gnn.py
src/dta_gnn/models/hyperopt.py
src/dta_gnn/models/predict.py
src/dta_gnn/models/random_forest.py
src/dta_gnn/models/svr.py
src/dta_gnn/models/utils.py
src/dta_gnn/splits/__init__.py
src/dta_gnn/splits/strategies.py
src/dta_gnn/training/__init__.py
src/dta_gnn/training/end_to_end.py
tests/test_app_features.py
tests/test_app_ui_smoke.py
tests/test_audits.py
tests/test_cleaning.py
tests/test_cli.py
tests/test_downloader.py
tests/test_exporters.py
tests/test_features.py
tests/test_gnn_gin_smoke.py
tests/test_init.py
tests/test_io.py
tests/test_io_web_source_coverage.py
tests/test_models_gnn_train_coverage.py
tests/test_models_hyperopt_coverage.py
tests/test_models_predict_coverage.py
tests/test_models_rf.py
tests/test_models_svr.py
tests/test_molecule_graphs.py
tests/test_morgan_fingerprints.py
tests/test_pipeline_dta.py
tests/test_runs.py
tests/test_splits.py
tests/test_splits_strategies_coverage.py
tests/test_target_mapping.py
tests/test_visualization.py