CHANGELOG.txt
LICENSE.txt
MANIFEST.in
README.txt
setup.py
classification_model/__init__.py
classification_model/pipeline.py
classification_model/predict.py
classification_model/train_pipeline.py
classification_model/config/__init__.py
classification_model/config/core.py
classification_model/datasets/__init__.py
classification_model/preprocessing/__init__.py
classification_model/preprocessing/data_manager.py
classification_model/preprocessing/modelevaluation.py
classification_model/preprocessing/preprocessing.py
classification_model/preprocessing/validation.py
classification_model/trained_models/__init__.py
consumer_complaint_classification_model.egg-info/PKG-INFO
consumer_complaint_classification_model.egg-info/SOURCES.txt
consumer_complaint_classification_model.egg-info/dependency_links.txt
consumer_complaint_classification_model.egg-info/requires.txt
consumer_complaint_classification_model.egg-info/top_level.txt
requirements/requirements.txt
requirements/test_requirements.txt
research/explorationhelp.py
research/modelevaluation.py
research/preprocessing.py
research/preprocessorRawdata.py
research/.ipynb_checkpoints/explorationhelp-checkpoint.py
research/.ipynb_checkpoints/modelevaluation-checkpoint.py
research/.ipynb_checkpoints/preprocessing-checkpoint.py
research/.ipynb_checkpoints/preprocessorRawdata-checkpoint.py
tests/__init__.py
tests/conftest.py
tests/test_prediction.py