MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
all_predict/__init__.py
all_predict/__version__.py
all_predict/base.py
all_predict/classification.py
all_predict/model_registry.py
all_predict/model_registry_1.py
all_predict/model_registry_old.py
all_predict/plotting.py
all_predict/regression.py
all_predict/tuner.py
all_predict/utils.py
examples/classification_example.ipynb
examples/regression_example.ipynb
tests/test.py
tests/test_classification.py
tests/test_regression.py
tests/test_utils.py