.cookiecutter.yaml
.editorconfig
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Justfile
LICENSE
README.md
pyproject.toml
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/docs.yml
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
lazy_text_classifiers/__init__.py
lazy_text_classifiers/constants.py
lazy_text_classifiers/logging_utils.py
lazy_text_classifiers/model_selection.py
lazy_text_classifiers/py.typed
lazy_text_classifiers.egg-info/PKG-INFO
lazy_text_classifiers.egg-info/SOURCES.txt
lazy_text_classifiers.egg-info/dependency_links.txt
lazy_text_classifiers.egg-info/not-zip-safe
lazy_text_classifiers.egg-info/requires.txt
lazy_text_classifiers.egg-info/top_level.txt
lazy_text_classifiers/model_wrappers/__init__.py
lazy_text_classifiers/model_wrappers/estimator_base.py
lazy_text_classifiers/model_wrappers/fine_tuned_transformer.py
lazy_text_classifiers/model_wrappers/semantic_logit.py
lazy_text_classifiers/model_wrappers/setfit_transformer.py
lazy_text_classifiers/model_wrappers/tfidf_logit.py
lazy_text_classifiers/tests/conftest.py
lazy_text_classifiers/tests/test_empty.py