.gitignore
LICENSE.md
README.md
config.schema.json
example.py
py.typed
pyproject.toml
requirements.txt
schema_generator.py
.github/workflows/CI.yaml
src/configurable_automl_engine/__init__.py
src/configurable_automl_engine/_version.py
src/configurable_automl_engine/models.py
src/configurable_automl_engine/oversampling.py
src/configurable_automl_engine/trainer.py
src/configurable_automl_engine/tuner.py
src/configurable_automl_engine/validation.py
src/configurable_automl_engine.egg-info/PKG-INFO
src/configurable_automl_engine.egg-info/SOURCES.txt
src/configurable_automl_engine.egg-info/dependency_links.txt
src/configurable_automl_engine.egg-info/requires.txt
src/configurable_automl_engine.egg-info/top_level.txt
src/configurable_automl_engine/common/definitions.py
src/configurable_automl_engine/common/dependency_utils.py
src/configurable_automl_engine/common/hyperopt_defaults.py
src/configurable_automl_engine/common/serialization_utils.py
src/configurable_automl_engine/common/validation_utils.py
src/configurable_automl_engine/training_engine/__init__.py
src/configurable_automl_engine/training_engine/component.py
src/configurable_automl_engine/training_engine/config_parser.py
src/configurable_automl_engine/training_engine/logger.py
src/configurable_automl_engine/training_engine/metrics.py
src/configurable_automl_engine/training_engine/thread_pool.py
tests/.gitkeep
tests/__init__.py
tests/conftest.py
tests/data_factory.py
tests/test_algorithms.py
tests/test_algorithms_extended.py
tests/test_component.py
tests/test_config_validation.py
tests/test_dependency_utils.py
tests/test_e2e_pipeline.py
tests/test_logger.py
tests/test_metrics.py
tests/test_models.py
tests/test_objective.py
tests/test_oversampling.py
tests/test_parallel.py
tests/test_pipeline_with_fractional_os.py
tests/test_serialization.py
tests/test_train_model.py
tests/test_tuner.py
tests/test_validation.py
tests/test_validation_strategy.py