Skip to content

Tags: bytezn/MLOpsPython

Tags

123095

Toggle 123095's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use correct parameter names in web app deploy (microsoft#202)

123023

Toggle 123023's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clarify that web app must exist for the deploy to work (microsoft#201)

123015

Toggle 123015's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add basic descriptions to YAML pipelines (microsoft#200)

* Add basic descriptions to YAML pipelines

* Updated comments to address review feedback

* Add missing feedback fix

122691

Toggle 122691's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix model input features (microsoft#198)

Co-authored-by: Eugene Fedorenko <[email protected]>

122684

Toggle 122684's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Getting started refactoring (microsoft#197)

* State explicitly the flow order (Template as it is with Diabetes-> Bootstrap with your project code)
* Fix “multistage pipeline structure” explanation
* Clarify the R approach. It has only the model training. There is no evaluation/registration
* Fix the confusion with AzureResourceConnection and WORKSPACE_SVC_CONNECTION
* Explain using of a Docker image in the pipeline
* Link to bring-your-own-code (Bryan’s) article
* Fix broken links (e.g. diabetes_regression-ci-build-train.yml)
* Provide ML Service connection screenshot
* Explain explicit "diabetes" names. (e.g. The repo contains a sample “diabetes regression” project so here and there all names contain "diabetes")
* Clarify the folder structure (Common folders (e.g. .pipelines, ml_service) vs Project folders (e.g. diabetes_regression))

122630

Toggle 122630's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
run unit tests in any case (microsoft#199)

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Modified to use dataset and pipelinedata (microsoft#193)

* Modified to use dataset and pipelinedata

* Create diabetes dataset if no dataset specified

* Reverted null build_id check

* Added MSE tag

* Reverted logic for NULL Build ID

* Force new model if previous onehas no metric tag

* Removed unused DATA variables

* Removed unused DATA vars

* Updated workaround for non-metric-tagged models

* tidied up code

118853

Toggle 118853's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove alpha from pipeline parameters (microsoft#169)

118802

Toggle 118802's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
No pkl extension requirement for model name (microsoft#164)

118784

Toggle 118784's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Manage environments in conda YAML files (microsoft#158)

* .

* .

* Update code_test.py

* .

* Update Dockerfile

* Do not use conda-merge

* Move all 3 conda files to a single dir
* Do not use conda-merge
* Pin package versions

* PR review fixes

* Update Dockerfile

* PR review fixes

* Update training_dependencies.yml

* Update code_test.py