.dockerignore
.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE
README.md
mkdocs.yml
pyproject.toml
uv.lock
.github/dependabot.yml
.github/workflows/build-container.yml
.github/workflows/deploy-docs.yml
.github/workflows/pypi.yml
.github/workflows/python-tests.yml
docs/cli.md
docs/configuration.md
docs/index.md
docs/installation.md
docs/outputs.md
docs/pipeline.md
docs/quick_start.md
docs/api/overview.md
docs/assets/tabnado.png
tabnado/__init__.py
tabnado/api.py
tabnado/cli.py
tabnado/data.py
tabnado/evaluate.py
tabnado/params.py
tabnado/shap.py
tabnado/sweep.py
tabnado/train.py
tabnado/utils.py
tabnado/wandb.py
tabnado.egg-info/PKG-INFO
tabnado.egg-info/SOURCES.txt
tabnado.egg-info/dependency_links.txt
tabnado.egg-info/entry_points.txt
tabnado.egg-info/requires.txt
tabnado.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/make_test_dataset.py
tests/data/params_gandalf_test.yaml
tests/data/params_test.yaml
tests/data/params_test_xgboost.yaml
tests/data/test_anno.gtf
tests/data/test_peaks.bed
tests/integration/__init__.py
tests/integration/test_peaks.py
tests/integration/test_pipeline_gandalf.py
tests/integration/test_pipeline_xgboost.py
tests/unit/__init__.py
tests/unit/test_api.py
tests/unit/test_cli.py
tests/unit/test_evaluate_roc.py
tests/unit/test_params.py
tests/unit/test_shap.py
tests/unit/test_sweep.py
tests/unit/test_train.py
tests/unit/test_utils.py
tests/unit/test_wandb_config.py