LICENSE
MANIFEST.in
README.md
pyproject.toml
alligator/__init__.py
alligator/alligator.py
alligator/cli.py
alligator/config.py
alligator/coordinator.py
alligator/database.py
alligator/feature.py
alligator/fetchers.py
alligator/ml.py
alligator/mongo.py
alligator/processors.py
alligator/types.py
alligator/utils.py
alligator/log/__init__.py
alligator/log/config.py
alligator/manager/__init__.py
alligator/manager/data.py
alligator/manager/ml.py
alligator/manager/output.py
alligator/manager/worker.py
alligator/models/ranker.h5
alligator/models/reranker.h5
alligator_linker.egg-info/PKG-INFO
alligator_linker.egg-info/SOURCES.txt
alligator_linker.egg-info/dependency_links.txt
alligator_linker.egg-info/requires.txt
alligator_linker.egg-info/top_level.txt
eval/__init__.py
eval/cea_evaluate.py
eval/cpa_evaluate.py
eval/cta_evaluate.py
eval/inference.py
tests/test_alligator.py
tests/test_config.py
tests/test_features.py
tests/test_fetchers.py
tests/test_processors.py
tests/test_types.py
tests/test_utils.py