.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
pytest.ini
requirements-dev0.txt
requirements-dev1.txt
requirements.txt
setup.py
.github/workflows/codeql-analysis.yml
.github/workflows/integration-tests.yml
.github/workflows/unit-tests.yml
bin/_build_library
bin/_cleanup
bin/_config
bin/_release_prod
bin/_release_test
bin/_remove_pyenv
bin/_setup_brew
bin/_setup_pyenv
examples/Makefile-example
examples/README.md
examples/cli-examples/.gitignore
examples/cli-examples/Makefile
examples/cli-examples/model.py
examples/cli-examples/requirements.txt
examples/cli-examples/run-all.sh
examples/examples-by-ml-library/Makefile
examples/examples-by-ml-library/main.py
examples/examples-by-ml-library/modelstores.py
examples/examples-by-ml-library/requirements.txt
examples/examples-by-ml-library/run-all.sh
examples/examples-by-ml-library/libraries/__init__.py
examples/examples-by-ml-library/libraries/annoy_example.py
examples/examples-by-ml-library/libraries/catboost_example.py
examples/examples-by-ml-library/libraries/fastai_example.py
examples/examples-by-ml-library/libraries/gensim_example.py
examples/examples-by-ml-library/libraries/keras_example.py
examples/examples-by-ml-library/libraries/lightgbm_example.py
examples/examples-by-ml-library/libraries/mxnet_example.py
examples/examples-by-ml-library/libraries/onnx_lightgbm_example.py
examples/examples-by-ml-library/libraries/onnx_sklearn_example.py
examples/examples-by-ml-library/libraries/prophet_example.py
examples/examples-by-ml-library/libraries/pytorch_example.py
examples/examples-by-ml-library/libraries/pytorch_lightning_example.py
examples/examples-by-ml-library/libraries/raw_file_example.py
examples/examples-by-ml-library/libraries/shap_example.py
examples/examples-by-ml-library/libraries/sklearn_example.py
examples/examples-by-ml-library/libraries/sklearn_with_explainer_example.py
examples/examples-by-ml-library/libraries/sklearn_with_extras_example.py
examples/examples-by-ml-library/libraries/skorch_example.py
examples/examples-by-ml-library/libraries/tensorflow_example.py
examples/examples-by-ml-library/libraries/transformers_example.py
examples/examples-by-ml-library/libraries/xgboost_booster_example.py
examples/examples-by-ml-library/libraries/xgboost_example.py
examples/examples-by-ml-library/libraries/util/datasets.py
examples/examples-by-ml-library/libraries/util/domains.py
modelstore/__init__.py
modelstore/__main__.py
modelstore/model_store.py
modelstore.egg-info/PKG-INFO
modelstore.egg-info/SOURCES.txt
modelstore.egg-info/dependency_links.txt
modelstore.egg-info/requires.txt
modelstore.egg-info/top_level.txt
modelstore/ids/__init__.py
modelstore/ids/model_ids.py
modelstore/metadata/__init__.py
modelstore/metadata/metadata.py
modelstore/metadata/code/__init__.py
modelstore/metadata/code/code.py
modelstore/metadata/code/dependencies.py
modelstore/metadata/code/revision.py
modelstore/metadata/code/runtime.py
modelstore/metadata/dataset/__init__.py
modelstore/metadata/dataset/dataset.py
modelstore/metadata/dataset/features.py
modelstore/metadata/dataset/labels.py
modelstore/metadata/dataset/types.py
modelstore/metadata/model/__init__.py
modelstore/metadata/model/model.py
modelstore/metadata/model/model_type.py
modelstore/metadata/storage/__init__.py
modelstore/metadata/storage/storage.py
modelstore/metadata/utils/__init__.py
modelstore/metadata/utils/utils.py
modelstore/models/CONTRIBUTING.md
modelstore/models/__init__.py
modelstore/models/annoy.py
modelstore/models/catboost.py
modelstore/models/common.py
modelstore/models/fastai.py
modelstore/models/gensim.py
modelstore/models/lightgbm.py
modelstore/models/managers.py
modelstore/models/missing_manager.py
modelstore/models/model_file.py
modelstore/models/model_manager.py
modelstore/models/multiple_models.py
modelstore/models/mxnet.py
modelstore/models/onnx.py
modelstore/models/prophet.py
modelstore/models/pytorch.py
modelstore/models/pytorch_lightning.py
modelstore/models/shap.py
modelstore/models/sklearn.py
modelstore/models/skorch.py
modelstore/models/tensorflow.py
modelstore/models/transformers.py
modelstore/models/util.py
modelstore/models/xgboost.py
modelstore/storage/CONTRIBUTING.md
modelstore/storage/__init__.py
modelstore/storage/aws.py
modelstore/storage/azure.py
modelstore/storage/blob_storage.py
modelstore/storage/gcloud.py
modelstore/storage/local.py
modelstore/storage/storage.py
modelstore/storage/states/__init__.py
modelstore/storage/states/model_states.py
modelstore/storage/util/__init__.py
modelstore/storage/util/environment.py
modelstore/storage/util/paths.py
modelstore/storage/util/versions.py
modelstore/utils/__init__.py
modelstore/utils/cli.py
modelstore/utils/exceptions.py
modelstore/utils/log.py
tests/__init__.py
tests/test_model_store.py
tests/test_model_store_filesystem.py
tests/test_model_store_gcp.py
tests/test_utils.py
tests/ids/__init__.py
tests/ids/test_model_ids.py
tests/metadata/__init__.py
tests/metadata/test_metadata.py
tests/metadata/code/__init__.py
tests/metadata/code/test_code.py
tests/metadata/code/test_dependencies.py
tests/metadata/code/test_revision.py
tests/metadata/code/test_runtime.py
tests/metadata/dataset/__init__.py
tests/metadata/dataset/fixtures.py
tests/metadata/dataset/test_dataset.py
tests/metadata/dataset/test_features.py
tests/metadata/dataset/test_labels.py
tests/metadata/dataset/test_types.py
tests/metadata/model/__init__.py
tests/metadata/model/test_model.py
tests/metadata/model/test_model_type.py
tests/metadata/storage/__init__.py
tests/metadata/storage/test_storage.py
tests/metadata/utils/__init__.py
tests/metadata/utils/test_utils.py
tests/models/__init__.py
tests/models/test_annoy.py
tests/models/test_catboost.py
tests/models/test_common.py
tests/models/test_fastai.py
tests/models/test_gensim.py
tests/models/test_lightgbm.py
tests/models/test_managers.py
tests/models/test_missing_manager.py
tests/models/test_model_file.py
tests/models/test_model_manager.py
tests/models/test_multiple_models.py
tests/models/test_mxnet.py
tests/models/test_onnx.py
tests/models/test_prophet.py
tests/models/test_pytorch.py
tests/models/test_pytorch_lightning.py
tests/models/test_shap.py
tests/models/test_sklearn.py
tests/models/test_skorch.py
tests/models/test_tensorflow.py
tests/models/test_transformers.py
tests/models/test_xgboost.py
tests/models/utils.py
tests/storage/__init__.py
tests/storage/test_aws.py
tests/storage/test_azure.py
tests/storage/test_blob_storage.py
tests/storage/test_blob_storage_artifacts.py
tests/storage/test_blob_storage_meta_data.py
tests/storage/test_blob_storage_states.py
tests/storage/test_gcloud.py
tests/storage/test_local.py
tests/storage/test_utils.py
tests/storage/states/__init__.py
tests/storage/states/test_model_states.py
tests/storage/util/__init__.py
tests/storage/util/test_paths.py
workflows/Makefile
workflows/main.py
workflows/requirements.txt
workflows/actions/__init__.py
workflows/actions/actions.py
workflows/actions/cli.py
workflows/actions/models.py
workflows/actions/storage.py
workflows/fixtures/__init__.py
workflows/fixtures/extra.py
workflows/fixtures/models.py
workflows/fixtures/modelstores.py
workflows/requirements/aws-s3.txt
workflows/requirements/azure-container.txt
workflows/requirements/filesystem.txt
workflows/requirements/google-cloud-storage.txt