.DS_Store
.cursor.config
.gitignore
CLAUDE.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
test_output.txt
uv.lock
.github/release-drafter.yml
.github/workflows/publish-docs.yml
.github/workflows/release.yml
.vscode/settings.json
docs/.DS_Store
docs/architecture.md
docs/cli-reference.md
docs/index.md
docs/release-notes.md
docs/Notebooks/DerivaML Create Notes.ipynb
docs/Notebooks/DerivaML Dataset.ipynb
docs/Notebooks/DerivaML Execution.ipynb
docs/Notebooks/DerivaML Features.ipynb
docs/Notebooks/DerivaML Ingest.ipynb
docs/Notebooks/DerivaML Vocabulary.ipynb
docs/assets/ERD.png
docs/assets/Launcher.png
docs/assets/copy_minid.png
docs/assets/deriva-logo.png
docs/assets/deriva-ml.pdf
docs/assets/sharing-at-home.pdf
docs/code-docs/dataset.md
docs/code-docs/dataset_aux_classes.md
docs/code-docs/dataset_bag.md
docs/code-docs/dataset_split.md
docs/code-docs/deriva_definitions.md
docs/code-docs/deriva_ml_base.md
docs/code-docs/deriva_model.md
docs/code-docs/exceptions.md
docs/code-docs/execution.md
docs/code-docs/execution_configuration.md
docs/code-docs/feature.md
docs/code-docs/upload.md
docs/code-docs/workflow.md
docs/concepts/annotations.md
docs/concepts/datasets.md
docs/concepts/features.md
docs/concepts/file-assets.md
docs/concepts/identifiers.md
docs/concepts/overview.md
docs/configuration/experiments.md
docs/configuration/groups.md
docs/configuration/notebooks.md
docs/configuration/overview.md
docs/getting-started/install.md
docs/getting-started/project-setup.md
docs/getting-started/quick-start.md
docs/workflows/execution-lifecycle.md
docs/workflows/git-and-versioning.md
docs/workflows/running-models.md
scripts/consolidate_workflow_types.py
scripts/migrate_workflow_types.py
src/.DS_Store
src/deriva_ml/.DS_Store
src/deriva_ml/__init__.py
src/deriva_ml/bump_version.py
src/deriva_ml/cache_tui.py
src/deriva_ml/demo_catalog.py
src/deriva_ml/feature.py
src/deriva_ml/install_kernel.py
src/deriva_ml/interfaces.py
src/deriva_ml/run_model.py
src/deriva_ml/run_notebook.py
src/deriva_ml.egg-info/PKG-INFO
src/deriva_ml.egg-info/SOURCES.txt
src/deriva_ml.egg-info/dependency_links.txt
src/deriva_ml.egg-info/entry_points.txt
src/deriva_ml.egg-info/requires.txt
src/deriva_ml.egg-info/top_level.txt
src/deriva_ml/asset/__init__.py
src/deriva_ml/asset/asset.py
src/deriva_ml/asset/aux_classes.py
src/deriva_ml/catalog/__init__.py
src/deriva_ml/catalog/clone.py
src/deriva_ml/catalog/localize.py
src/deriva_ml/core/__init__.py
src/deriva_ml/core/base.py
src/deriva_ml/core/config.py
src/deriva_ml/core/constants.py
src/deriva_ml/core/definitions.py
src/deriva_ml/core/enums.py
src/deriva_ml/core/ermrest.py
src/deriva_ml/core/exceptions.py
src/deriva_ml/core/filespec.py
src/deriva_ml/core/logging_config.py
src/deriva_ml/core/validation.py
src/deriva_ml/core/mixins/__init__.py
src/deriva_ml/core/mixins/annotation.py
src/deriva_ml/core/mixins/asset.py
src/deriva_ml/core/mixins/dataset.py
src/deriva_ml/core/mixins/execution.py
src/deriva_ml/core/mixins/feature.py
src/deriva_ml/core/mixins/file.py
src/deriva_ml/core/mixins/path_builder.py
src/deriva_ml/core/mixins/rid_resolution.py
src/deriva_ml/core/mixins/vocabulary.py
src/deriva_ml/core/mixins/workflow.py
src/deriva_ml/dataset/__init__.py
src/deriva_ml/dataset/aux_classes.py
src/deriva_ml/dataset/catalog_graph.py
src/deriva_ml/dataset/dataset.py
src/deriva_ml/dataset/dataset_bag.py
src/deriva_ml/dataset/split.py
src/deriva_ml/dataset/upload.py
src/deriva_ml/execution/__init__.py
src/deriva_ml/execution/base_config.py
src/deriva_ml/execution/environment.py
src/deriva_ml/execution/execution.py
src/deriva_ml/execution/execution_configuration.py
src/deriva_ml/execution/execution_record.py
src/deriva_ml/execution/find_caller.py
src/deriva_ml/execution/model_protocol.py
src/deriva_ml/execution/multirun_config.py
src/deriva_ml/execution/runner.py
src/deriva_ml/execution/workflow.py
src/deriva_ml/experiment/__init__.py
src/deriva_ml/experiment/experiment.py
src/deriva_ml/model/__init__.py
src/deriva_ml/model/annotations.py
src/deriva_ml/model/catalog.py
src/deriva_ml/model/data_loader.py
src/deriva_ml/model/data_sources.py
src/deriva_ml/model/database.py
src/deriva_ml/model/deriva_ml_database.py
src/deriva_ml/model/fk_orderer.py
src/deriva_ml/model/handles.py
src/deriva_ml/model/schema_builder.py
src/deriva_ml/schema/__init__.py
src/deriva_ml/schema/annotations.py
src/deriva_ml/schema/check_schema.py
src/deriva_ml/schema/create_schema.py
src/deriva_ml/schema/deriva-ml-reference.json
src/deriva_ml/schema/policy.json
src/deriva_ml/schema/table_comments_utils.py
src/deriva_ml/schema/validation.py
tests/__init__.py
tests/catalog_manager.py
tests/conftest.py
tests/factories.py
tests/test_factories.py
tests/test_restructure_assets.py
tests/test_utils.py
tests/asset/__init__.py
tests/asset/test_asset.py
tests/catalog/__init__.py
tests/catalog/test_clone_catalog.py
tests/catalog/test_clone_subset_catalog.py
tests/core/__init__.py
tests/core/test_basic_tables.py
tests/core/test_catalog_annotations.py
tests/core/test_file.py
tests/core/test_hydra_zen_config.py
tests/core/test_rid_resolution.py
tests/core/test_vocabulary.py
tests/dataset/__init__.py
tests/dataset/demo-catalog-schema.json
tests/dataset/deriva-ml-reference.json
tests/dataset/eye-ai-catalog-schema.json
tests/dataset/test_catalog_dataset_functions.py
tests/dataset/test_dataset_version.py
tests/dataset/test_datasets.py
tests/dataset/test_denormalize.py
tests/dataset/test_download.py
tests/dataset/test_restructure.py
tests/dataset/test_split.py
tests/execution/__init__.py
tests/execution/test_base_config.py
tests/execution/test_execution.py
tests/execution/test_find_caller.py
tests/execution/test_runner.py
tests/execution/test_storage.py
tests/execution/workflow-test.ipynb
tests/execution/workflow-test.py
tests/experiment/__init__.py
tests/experiment/test_experiment.py
tests/feature/test_features.py
tests/feature/test_fetch_table_features.py
tests/model/__init__.py
tests/model/test_annotations.py
tests/model/test_data_sources.py
tests/model/test_database.py
tests/model/test_fk_orderer.py
tests/model/test_handles.py
tests/model/test_models.py
tests/schema/__init__.py
tests/schema/test_validation.py
tests/test-files/execution-parameters.json
tests/test-files/notebook-parameters.json