Tags: retkowsky/MLOpsPython-1
Tags
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.
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
Pipeline variables comments and clean up (microsoft#211) * adding comments for variables * update default model name
fixing pipeline condition (microsoft#209) Fixing regression introduced in microsoft#207 - don't continue pipeline on lint/unit test errors.
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.
PreviousNext