LICENSE
README.md
pyproject.toml
bestatml/__init__.py
bestatml/exceptions.py
bestatml/version.py
bestatml.egg-info/PKG-INFO
bestatml.egg-info/SOURCES.txt
bestatml.egg-info/dependency_links.txt
bestatml.egg-info/requires.txt
bestatml.egg-info/top_level.txt
bestatml/core/__init__.py
bestatml/core/base.py
bestatml/core/configuration.py
bestatml/core/ensemble.py
bestatml/core/trainer.py
bestatml/core/validation.py
bestatml/estimators/__init__.py
bestatml/estimators/classifier.py
bestatml/estimators/regressor.py
bestatml/explainability/__init__.py
bestatml/explainability/diagnostics.py
bestatml/explainability/importance.py
bestatml/metrics/__init__.py
bestatml/metrics/classification.py
bestatml/metrics/regression.py
bestatml/models/__init__.py
bestatml/models/boosting.py
bestatml/models/linear.py
bestatml/models/registry.py
bestatml/models/trees.py
bestatml/optimization/__init__.py
bestatml/optimization/blending.py
bestatml/optimization/search.py
bestatml/optimization/tuning.py
bestatml/persistence/__init__.py
bestatml/persistence/serializer.py
bestatml/preprocessing/__init__.py
bestatml/preprocessing/detector.py
bestatml/preprocessing/encoding.py
bestatml/preprocessing/filtering.py
bestatml/preprocessing/imputation.py
bestatml/preprocessing/pipeline.py
bestatml/preprocessing/scaling.py
bestatml/utils/__init__.py
bestatml/utils/logging.py
bestatml/utils/progress.py
bestatml/utils/random.py
bestatml/utils/validation.py
tests/test_ensembles.py
tests/test_estimators.py
tests/test_hardening.py
tests/test_leakage.py
tests/test_persistence.py
tests/test_validation.py