.gitignore
CITATION.cff
LICENSE
README.md
pyproject.toml
.github/workflows/pytest.yml
.github/workflows/pythonpublish.yml
.github/workflows/ruff.yml
asreview_dory.egg-info/PKG-INFO
asreview_dory.egg-info/SOURCES.txt
asreview_dory.egg-info/dependency_links.txt
asreview_dory.egg-info/entry_points.txt
asreview_dory.egg-info/requires.txt
asreview_dory.egg-info/top_level.txt
asreviewcontrib/dory/__init__.py
asreviewcontrib/dory/_metadata.py
asreviewcontrib/dory/_version.py
asreviewcontrib/dory/entrypoint.py
asreviewcontrib/dory/classifiers/__init__.py
asreviewcontrib/dory/classifiers/adaboost.py
asreviewcontrib/dory/classifiers/neural_networks.py
asreviewcontrib/dory/classifiers/xgboost.py
asreviewcontrib/dory/feature_extractors/__init__.py
asreviewcontrib/dory/feature_extractors/doc2vec.py
asreviewcontrib/dory/feature_extractors/huggingface_embeddings.py
asreviewcontrib/dory/feature_extractors/sentence_transformer_embeddings.py
asreviewcontrib/dory/feature_extractors/utils.py
docs/adding_custom_models.md
examples/doc2vec_fe.py
examples/huggingface_fe.py
examples/neural_net_clf.py
examples/sentence_transformer_fe.py
tests/dummy_feature_extractors.py
tests/test_classifiers.py
tests/test_entrypoint.py
tests/test_feature_extractors.py
tests/test_presets.py
tests/test_serialization.py
tests/data/generic_labels.csv