Skip to main content

Python utilities for compliant Azure machine learning

Project description

Shrike: Compliant Azure ML Utilities

CodeQL docs python Component Governance ci-gate Python versions code style: black codecov PyPI - Downloads PyPI version license: MIT

Compliant Machine Learning is the practice of training, validating and deploying machine learning models without seeing the private data. It is needed in many enterprises to satsify the strict compliance and privacy guarantees that they provide to their customers.

The library shrike is a set of Python utilities for compliant machine learning, with a special emphasis on running pipeline in the platform of Azure Machine Learning. This library mainly contains three components, that are

  • shrike.compliant_logging: utlities for compliant logging and exception handling;
  • shrike.pipeline: helper code for managing, validating and submitting Azure Machine Learning pipelines based on azure-ml-component;
  • shrike.build: helper code for packaging, building, validating, signing and registering Azure Machine Learning components.

Documentation

For the full documentation of shrike with detailed examples and API reference, please see the docs page.

Installation

The library shrike is publicly available in PyPi. There are three optional extra dependencies - pipeline, build and dev, among which pipeline is for submitting Azure Machine Learning pipelines, build is for signing and registering components, and dev is for the development environment of shrike.

  • If only the compliant-logging feature would be used, please pip install without any extras:
pip install shrike
  • If it will be used for signing and registering components, please type with [build]:
pip install shrike[build]
  • If it will be used for submitting Azure Machine Learning pipelines, please type with [pipeline]:
pip install shrike[pipeline]
  • If you would like to contribute to the source code, please install with all the dependencies:
pip install shrike[pipeline,build,dev]

Migration from aml-build-tooling, aml-ds-pipeline-contrib, and confidential-ml-utils

If you have been using "aml-build-tooling", "aml-ds-pipeline-contrib", and confidential-ml-utils libraries, please use the migration script (migration.py) to convert your repo or file and adopt the shrike package with one simple command:

python migraton.py --input_path PATH/TO/YOUR/REPO/OR/FILE

:warning: This command will update files in-place. Please make a copy of your repo/file if you do not want to do so.

Need Support?

When you have any feature requests or technical questions or find any bugs, please don't hesitate to file issues.

  • If you are Microsoft employees, please refer to the support page for details;
  • If you are outside Microsoft, feel free to send an email to aml-ds@microsoft.com.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

Project details


Release history Release notifications | RSS feed

This version

1.0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shrike-1.0.2.tar.gz (46.4 kB view details)

Uploaded Source

Built Distribution

shrike-1.0.2-py3-none-any.whl (117.6 kB view details)

Uploaded Python 3

File details

Details for the file shrike-1.0.2.tar.gz.

File metadata

  • Download URL: shrike-1.0.2.tar.gz
  • Upload date:
  • Size: 46.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for shrike-1.0.2.tar.gz
Algorithm Hash digest
SHA256 22894d6b2fd62691d4367294bb9bbcb0e10848fcaa861a8c232bff8f078acc24
MD5 1f3af61c8eceb31f0eb8aa00fe7df82c
BLAKE2b-256 0416ed88a18152ee7715931817f7a619d45ae513f375f6d6314c2a87f70fe3e7

See more details on using hashes here.

File details

Details for the file shrike-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: shrike-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 117.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for shrike-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bc55730c929ecdb705bd659b490f58f79803991505bde401b9ba2e847fe127fd
MD5 da3b299c6a1d6e7e4a2ee85b5c92aea0
BLAKE2b-256 6eb3a0c3b1dca07dfe276b2b846aa3fe3e59ec58206e60267baa8119461660ee

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page