Skip to content

Tags: retkowsky/MLOpsPython-1

Tags

125675

Toggle 125675's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dataset versioning (microsoft#218)

125619

Toggle 125619's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove BuildId parameter (microsoft#214)

Remove the need to add the BuildId parameter and tagging logic to the train/evaluate scripts. The tags are instead specified when the experiment is submitted. The register script pulls the BuildId from the tag.

125417

Toggle 125417's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sudivate/environment (microsoft#217)

reusable aml enviroment

124712

Toggle 124712's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename pipeline YAMLs for clarity (microsoft#212)

* Rename pipeline and pipeline template YAMLs to new convention

* Rename references to pipelines and pipeline templates

* Sort pipeline entries in code_description.md

124395

Toggle 124395's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pipeline variables comments and clean up (microsoft#211)

* adding comments for variables

* update default model name

124318

Toggle 124318's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Configuration for environment customization (microsoft#206)

124032

Toggle 124032's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixing pipeline condition (microsoft#209)

Fixing regression introduced in microsoft#207 - don't continue pipeline on lint/unit test errors.

123891

Toggle 123891's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable deploy of model registered by previous build (microsoft#207)

Allows you to skip the first two stages of the pipeline and deploy a model registered by a previous build by setting the variable MODEL_BUILD_ID to the previous build's id when queuing the pipeline. This speeds up the process of fixing issues with the scoring or deployment configuration.

123544

Toggle 123544's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix hard coded subscription reference (microsoft#205)

123536

Toggle 123536's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove 60 minute job timeout microsoft#203