MANIFEST.in
README.md
setup.cfg
setup.py
src/myautoml/__about__.py
src/myautoml/__init__.py
src/myautoml/cli.py
src/myautoml.egg-info/PKG-INFO
src/myautoml.egg-info/SOURCES.txt
src/myautoml.egg-info/dependency_links.txt
src/myautoml.egg-info/entry_points.txt
src/myautoml.egg-info/requires.txt
src/myautoml.egg-info/top_level.txt
src/myautoml/calibration/__init__.py
src/myautoml/evaluation/__init__.py
src/myautoml/evaluation/binary_classifier.py
src/myautoml/evaluation/shap.py
src/myautoml/utils/__init__.py
src/myautoml/utils/cache.py
src/myautoml/utils/default_config.yml
src/myautoml/utils/hyperopt.py
src/myautoml/utils/logger.py
src/myautoml/utils/model.py
src/myautoml/utils/pickle.py
src/myautoml/utils/sklearn.py
src/myautoml/utils/mlflow/__init__.py
src/myautoml/utils/mlflow/models.py
src/myautoml/utils/mlflow/tracking.py
src/myautoml/visualisation/__init__.py
src/myautoml/visualisation/colors.py
src/myautoml/visualisation/evaluation/__init__.py
src/myautoml/visualisation/evaluation/binary_classifier.py
src/myautoml/visualisation/evaluation/shap.py