.gitignore
LICENSE
README.md
mkdocs.yml
pyproject.toml
release.sh
uv.lock
.github/release-drafter.yml
.github/workflows/publish-docs.yml
.github/workflows/release.yml
docs/.DS_Store
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/deriva_definitions.md
docs/code-docs/deriva_ml_base.md
docs/code-docs/deriva_model.md
docs/code-docs/execution.md
docs/code-docs/execution_configuration.md
docs/code-docs/feature.md
docs/code-docs/upload.md
docs/user-guide/datasets.md
docs/user-guide/deriva_ml_structure.md
docs/user-guide/execution-configuration.md
docs/user-guide/file-assets.md
docs/user-guide/identifiers.md
docs/user-guide/install.md
docs/user-guide/notebooks.md
docs/user-guide/overview.md
src/deriva_ml/__init__.py
src/deriva_ml/demo_catalog.py
src/deriva_ml/feature.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/core/__init__.py
src/deriva_ml/core/base.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/dataset/__init__.py
src/deriva_ml/dataset/aux_classes.py
src/deriva_ml/dataset/dataset.py
src/deriva_ml/dataset/dataset_bag.py
src/deriva_ml/dataset/history.py
src/deriva_ml/dataset/upload.py
src/deriva_ml/execution/__init__.py
src/deriva_ml/execution/environment.py
src/deriva_ml/execution/execution.py
src/deriva_ml/execution/execution_configuration.py
src/deriva_ml/execution/workflow.py
src/deriva_ml/model/__init__.py
src/deriva_ml/model/catalog.py
src/deriva_ml/model/database.py
src/deriva_ml/model/sql_mapper.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
tests/__init__.py
tests/conftest.py
tests/test_utils.py
tests/core/__init__.py
tests/core/test_basic_tables.py
tests/core/test_file.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_dataset_export.py
tests/dataset/test_dataset_version.py
tests/dataset/test_datasets.py
tests/dataset/test_download.py
tests/execution/__init__.py
tests/execution/test_execution.py
tests/execution/workflow-script.py
tests/execution/workflow_test.ipynb
tests/feature/test_features.py
tests/model/__init__.py
tests/model/test_database.py
tests/model/test_models.py
tests/test-files/execution-parameters.json
tests/test-files/notebook-parameters.json