LICENSE
README.md
pyproject.toml
spam_classifier/_VERSION
spam_classifier/__init__.py
spam_classifier/pipeline.py
spam_classifier/predict.py
spam_classifier/train_model.py
spam_classifier/utils.py
spam_classifier.egg-info/PKG-INFO
spam_classifier.egg-info/SOURCES.txt
spam_classifier.egg-info/dependency_links.txt
spam_classifier.egg-info/requires.txt
spam_classifier.egg-info/top_level.txt
spam_classifier/config/core.py
spam_classifier/config/paths.py
spam_classifier/data/__init__.py
spam_classifier/data/make_dataset.py
spam_classifier/data/preprocess.py
tests/test_config.py
tests/test_make_dataset.py
tests/test_pipeline.py
tests/test_predict.py
tests/test_preprocess.py
tests/test_quality.py
tests/test_train_model.py