.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
CONTRIBUTORS.md
LICENSE.txt
README.md
mkdocs.yml
pydoclint.toml
pyproject.toml
ruff.toml
test_like_ci.sh
typos.toml
uv.lock
.github/workflows/check-notebooks.yml
.github/workflows/docs.yml
.github/workflows/pr-validation.yml
.github/workflows/release.yml
.github/workflows/ruff.yml
.github/workflows/test-examples.yml
.github/workflows/test-package.yml
docs/changelog.md
docs/contributing.md
docs/contributors.md
docs/faq.md
docs/index.md
docs/license.md
docs/assets/favicon.png
docs/assets/logo-wide.png
docs/assets/logo-wide.svg
docs/assets/logo.png
docs/assets/logo.svg
docs/concepts/concepts.md
docs/concepts/feature_importance.md
docs/concepts/nested_cv.md
docs/concepts/understanding_results.md
docs/reference/diagnostics.md
docs/reference/manager.md
docs/reference/metrics.md
docs/reference/models.md
docs/reference/modules.md
docs/reference/poststudy.md
docs/reference/reference.md
docs/reference/study.md
docs/scripts/generate_examples.py
docs/userguide/classification.md
docs/userguide/cli.md
docs/userguide/regression.md
docs/userguide/time_to_event.md
docs/userguide/userguide.md
examples/analysis_classification.ipynb
examples/analysis_regression.ipynb
examples/analysis_timetoevent.ipynb
examples/basic_classification.py
examples/basic_regression.py
examples/basic_timetoevent.py
examples/predict_new_data.ipynb
examples/use_own_hyperparameters.py
examples/wf_multi_step_classification.py
examples/wf_multi_step_regression.py
examples/wf_multiclass_wine.py
examples/wf_octo_autogluon.py
examples/wf_roc_octo.py
octopus/__init__.py
octopus/cli.py
octopus/datasplit.py
octopus/example_data.py
octopus/exceptions.py
octopus/feature_importance.py
octopus/logger.py
octopus/types.py
octopus/utils.py
octopus/_optional/__init__.py
octopus/_optional/autogluon.py
octopus/_optional/burota.py
octopus/_optional/survival.py
octopus/diagnostics/__init__.py
octopus/diagnostics/_data_loader.py
octopus/diagnostics/_plots.py
octopus/diagnostics/core.py
octopus/manager/__init__.py
octopus/manager/core.py
octopus/manager/execution.py
octopus/manager/ray_parallel.py
octopus/manager/workflow_runner.py
octopus/metrics/__init__.py
octopus/metrics/classification.py
octopus/metrics/config.py
octopus/metrics/core.py
octopus/metrics/multiclass.py
octopus/metrics/regression.py
octopus/metrics/timetoevent.py
octopus/metrics/utils.py
octopus/models/__init__.py
octopus/models/classification_models.py
octopus/models/config.py
octopus/models/core.py
octopus/models/hyperparameter.py
octopus/models/model_name.py
octopus/models/regression_models.py
octopus/models/time_to_event_models.py
octopus/models/wrapper_models/CatBoostCoxSurvival.py
octopus/models/wrapper_models/GaussianProcessClassifier.py
octopus/models/wrapper_models/GaussianProcessRegressor.py
octopus/models/wrapper_models/TabularNNClassifier.py
octopus/models/wrapper_models/TabularNNRegressor.py
octopus/models/wrapper_models/XGBoostCoxSurvival.py
octopus/models/wrapper_models/__init__.py
octopus/models/wrapper_models/survival_base.py
octopus/modules/__init__.py
octopus/modules/base.py
octopus/modules/context.py
octopus/modules/result.py
octopus/modules/utils.py
octopus/modules/autogluon/__init__.py
octopus/modules/autogluon/core.py
octopus/modules/autogluon/module.py
octopus/modules/boruta/__init__.py
octopus/modules/boruta/core.py
octopus/modules/boruta/module.py
octopus/modules/mrmr/__init__.py
octopus/modules/mrmr/core.py
octopus/modules/mrmr/module.py
octopus/modules/roc/__init__.py
octopus/modules/roc/core.py
octopus/modules/roc/module.py
octopus/modules/tako/__init__.py
octopus/modules/tako/bag.py
octopus/modules/tako/core.py
octopus/modules/tako/enssel.py
octopus/modules/tako/module.py
octopus/modules/tako/objective_optuna.py
octopus/modules/tako/optuna_storage_backend.py
octopus/modules/tako/training.py
octopus/poststudy/__init__.py
octopus/poststudy/base_predictor.py
octopus/poststudy/feature_importance.py
octopus/poststudy/study_io.py
octopus/poststudy/analysis/__init__.py
octopus/poststudy/analysis/evaluator.py
octopus/poststudy/analysis/notebook.py
octopus/poststudy/analysis/plots.py
octopus/poststudy/analysis/tables.py
octopus/poststudy/predict/__init__.py
octopus/poststudy/predict/predictor.py
octopus/study/__init__.py
octopus/study/core.py
octopus/study/data_preparator.py
octopus/study/data_validator.py
octopus/study/healthChecker.py
octopus/study/prepared_data.py
octopus/study/validation.py
octopus_automl.egg-info/PKG-INFO
octopus_automl.egg-info/SOURCES.txt
octopus_automl.egg-info/dependency_links.txt
octopus_automl.egg-info/entry_points.txt
octopus_automl.egg-info/requires.txt
octopus_automl.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_analysis.py
tests/test_datasplit.py
tests/test_examples.py
tests/test_feature_importance_primitives.py
tests/infrastructure/test_core_install.py
tests/infrastructure/test_file_io.py
tests/infrastructure/test_fsspec.py
tests/infrastructure/test_import_isolation.py
tests/infrastructure/test_parallelization.py
tests/manager/__init__.py
tests/manager/test_core.py
tests/metrics/__init__.py
tests/metrics/test_metric_inventory.py
tests/metrics/test_metrics_uniqueness.py
tests/metrics/test_utils.py
tests/models/__init__.py
tests/models/test_hyperparameter.py
tests/models/test_model_config.py
tests/models/test_model_inventory.py
tests/models/test_model_parameter_compatibility.py
tests/modules/__init__.py
tests/modules/test_module_result.py
tests/modules/test_mrmr.py
tests/modules/test_training_feature_importances.py
tests/modules/autogluon/__init__.py
tests/modules/autogluon/test_metrics_coverage.py
tests/modules/roc/__init__.py
tests/modules/roc/test_roc.py
tests/modules/tako/test_classes_attribute.py
tests/modules/tako/test_column_ordering.py
tests/modules/tako/test_ensemble_selection.py
tests/modules/tako/test_ensemble_selection_unit.py
tests/modules/tako/test_model_fitted_validation.py
tests/poststudy/__init__.py
tests/poststudy/test_predict.py
tests/study/__init__.py
tests/study/test_core.py
tests/study/test_healthChecker.py
tests/study/test_output.py
tests/study/test_preparator.py
tests/study/test_prepared_data.py
tests/study/test_validation.py
tests/study/test_validator.py
tests/workflows/__init__.py
tests/workflows/test_ag_workflows.py
tests/workflows/test_octo_classification.py
tests/workflows/test_octo_multiclass.py
tests/workflows/test_octo_regression.py
tests/workflows/test_octo_t2e.py
tests/workflows/test_roc_octo_roc_workflow.py