LICENSE
README.md
pyproject.toml
outboxml/__init__.py
outboxml/analysis_tools.py
outboxml/automl_manager.py
outboxml/automl_utils.py
outboxml/config.py
outboxml/data_subsets.py
outboxml/datadrift.py
outboxml/dataset_retro.py
outboxml/datasets_manager.py
outboxml/ensemble.py
outboxml/export_results.py
outboxml/extractors.py
outboxml/feature_importance.py
outboxml/feature_selection.py
outboxml/hyperparameter_tuning.py
outboxml/main_predict.py
outboxml/main_release.py
outboxml/models.py
outboxml/monitoring_manager.py
outboxml/monitoring_result.py
outboxml/plots.py
outboxml/service.py
outboxml/target_extrapolation.py
outboxml.egg-info/PKG-INFO
outboxml.egg-info/SOURCES.txt
outboxml.egg-info/dependency_links.txt
outboxml.egg-info/requires.txt
outboxml.egg-info/top_level.txt
outboxml/app/__init__.py
outboxml/app/fastapi/__init__.py
outboxml/app/fastapi/main.py
outboxml/app/fastapi/main_app.py
outboxml/core/__init__.py
outboxml/core/config_builders.py
outboxml/core/data_prepare.py
outboxml/core/email.py
outboxml/core/enums.py
outboxml/core/errors.py
outboxml/core/monitoring_factory.py
outboxml/core/pandas_prepare_engine.py
outboxml/core/predict.py
outboxml/core/prepared_datasets.py
outboxml/core/pydantic_models.py
outboxml/core/utils.py
outboxml/core/validators.py
outboxml/dsml/__init__.py
outboxml/dsml/mailing.py
outboxml/metrics/__init__.py
outboxml/metrics/base_metrics.py
outboxml/metrics/business_metrics.py
outboxml/metrics/processor.py
tests/test_automl.py
tests/test_data_prepare.py
tests/test_ensemble.py
tests/test_modules.py
tests/test_monitoring.py
tests/test_results_export.py