.gitignore
AGENTS.md
CONTRIBUTING.md
Goals.md
HOWTOAI.md
LICENSE
README.md
TODO.md
pyproject.toml
requirements-dev.txt
.claude/CLAUDE.md
.claude/settings.json
.github/workflows/ci.yml
.github/workflows/publish.yml
examples/databricks_validation.py
examples/house_prices_regression.py
examples/titanic_classification.py
smallaxe/__init__.py
smallaxe/_config.py
smallaxe.egg-info/PKG-INFO
smallaxe.egg-info/SOURCES.txt
smallaxe.egg-info/dependency_links.txt
smallaxe.egg-info/requires.txt
smallaxe.egg-info/scm_file_list.json
smallaxe.egg-info/scm_version.json
smallaxe.egg-info/top_level.txt
smallaxe/auto/__init__.py
smallaxe/datasets/__init__.py
smallaxe/datasets/_data.py
smallaxe/exceptions/__init__.py
smallaxe/metrics/__init__.py
smallaxe/metrics/classification.py
smallaxe/metrics/regression.py
smallaxe/pipeline/__init__.py
smallaxe/pipeline/pipeline.py
smallaxe/preprocessing/__init__.py
smallaxe/preprocessing/encoder.py
smallaxe/preprocessing/imputer.py
smallaxe/preprocessing/scaler.py
smallaxe/search/__init__.py
smallaxe/search/optimize.py
smallaxe/training/__init__.py
smallaxe/training/base.py
smallaxe/training/catboost.py
smallaxe/training/classifiers.py
smallaxe/training/lightgbm.py
smallaxe/training/random_forest.py
smallaxe/training/regressors.py
smallaxe/training/xgboost.py
smallaxe/training/mixins/__init__.py
smallaxe/training/mixins/metadata_mixin.py
smallaxe/training/mixins/param_mixin.py
smallaxe/training/mixins/persistence_mixin.py
smallaxe/training/mixins/spark_model_mixin.py
smallaxe/training/mixins/validation_mixin.py
smallaxe/viz/__init__.py
tests/__init__.py
tests/conftest.py
tests/test_catboost.py
tests/test_config.py
tests/test_datasets.py
tests/test_e2e_kaggle.py
tests/test_encoder.py
tests/test_exceptions.py
tests/test_factories.py
tests/test_imputer.py
tests/test_lightgbm.py
tests/test_metrics_classification.py
tests/test_metrics_regression.py
tests/test_mixins.py
tests/test_optimize.py
tests/test_pipeline.py
tests/test_random_forest.py
tests/test_scaler.py
tests/test_smoke.py
tests/test_training_base.py
tests/test_xgboost.py