CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
main.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
automl/__init__.py
automl/__version__.py
automl/automl.py
automl/automl_integration.py
automl/automl_pipeline.py
automl/hyperparameter_tuner.py
automl/metrics.py
automl/model_evaluation.py
automl/model_registry.py
automl/model_wrapper.py
automl/overfitting_handler.py
automl/preprocessors.py
automl/utils.py
automl_framework.egg-info/PKG-INFO
automl_framework.egg-info/SOURCES.txt
automl_framework.egg-info/dependency_links.txt
automl_framework.egg-info/not-zip-safe
automl_framework.egg-info/requires.txt
automl_framework.egg-info/top_level.txt
docs/README.md
docs/installation.md
docs/quickstart.md
docs/user-guide.md
docs/API/automl.md
docs/API/hyperparameter_tuning.md
docs/API/metrics.md
docs/API/model_wrapper.md
docs/API/overfitting.md
docs/API/pipeline.md
docs/API/preprocessors.md
docs/API/utils.md
docs/examples/basic_usage.md
docs/examples/custom_models.md
docs/examples/overfitting_mitigation.md
docs/examples/production_deployment.md
docs/guides/feature_engineering.md
docs/guides/model_selection.md
docs/guides/overfitting_detection.md
docs/guides/performance_optimization.md
docs/help & support/troubleshooting.md
docs/tutorials/advanced_features.md
docs/tutorials/custom_preprocessing.md
docs/tutorials/getting_started.md
docs/tutorials/model_comparison.md
examples/README.md
examples/__init__.py
examples/advanced_example.py
examples/basic_usage.py
examples/run_automl.py
tests/__init__.py
tests/conftest.py
tests/test_automl.py
tests/test_hyperparameter_tuner.py
tests/test_metrics.py
tests/test_model_registry.py
tests/test_model_wrapper.py
tests/test_overfitting.py
tests/test_pipeline.py
tests/test_utils.py