.gitignore
LICENSE
README.md
mkdocs.yml
pyproject.toml
release.sh
.github/workflows/publish-docs.yml
docs/.DS_Store
docs/deriva_ml_structure.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 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_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/execution-configuration.md
docs/user-guide/file-assets.md
docs/user-guide/identifiers.md
docs/user-guide/install.md
docs/user-guide/ml_workflow_instruction.md
src/deriva_ml/__init__.py
src/deriva_ml/database_model.py
src/deriva_ml/dataset.py
src/deriva_ml/dataset_aux_classes.py
src/deriva_ml/dataset_bag.py
src/deriva_ml/demo_catalog.py
src/deriva_ml/deriva_definitions.py
src/deriva_ml/deriva_ml_base.py
src/deriva_ml/deriva_model.py
src/deriva_ml/execution.py
src/deriva_ml/execution_configuration.py
src/deriva_ml/execution_environment.py
src/deriva_ml/feature.py
src/deriva_ml/history.py
src/deriva_ml/test_functions.py
src/deriva_ml/upload.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/schema_setup/__init__.py
src/deriva_ml/schema_setup/annotations.py
src/deriva_ml/schema_setup/create_schema.py
src/deriva_ml/schema_setup/policy.json
src/deriva_ml/schema_setup/table_comments_utils.py
tests/__init__.py
tests/derivaml_test.py
tests/runner.py
tests/test_basic_tables.py
tests/test_dataset.py
tests/test_download.py
tests/test_execution.py
tests/test_features.py
tests/test_upload.py