Skip to content

Releases: microsoft/MLOpsPython

MLOps with Azure ML

01 Feb 07:15
312dfdf

Choose a tag to compare

118853

remove alpha from pipeline parameters (#169)

MLOps with Azure ML

31 Jan 23:42
8ae6701

Choose a tag to compare

118802

No pkl extension requirement for model name (#164)

MLOps with Azure ML

31 Jan 22:20
962778c

Choose a tag to compare

Manage environments in conda YAML files (#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

MLOps with Azure ML

31 Jan 17:25
0b4f233

Choose a tag to compare

Update diabetes_regression_build_train_pipeline_with_r.py (#167)

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

MLOps with Azure ML

31 Jan 17:11
e0e6d22

Choose a tag to compare

118708

Tox + code coverage (#150)

MLOps with Azure ML

30 Jan 23:11
57ef170

Choose a tag to compare

118580

Remove sys.path from everywhere to enable IntelliSense (#162)

MLOps with Azure ML

30 Jan 23:06
57ef170

Choose a tag to compare

118576

Remove sys.path from everywhere to enable IntelliSense (#162)

MLOps with Azure ML

30 Jan 22:43
ff95f0d

Choose a tag to compare

118567

Adding nonessential code for MLOpsPython BYOC Azure doc (#163)

MLOps with Azure ML

30 Jan 20:43
06c4ac7

Choose a tag to compare

118546

Typo (#161)

MLOps with Azure ML

29 Jan 19:20
ecad47f

Choose a tag to compare

always run the evaluation step (#154)

Set the ci-build-train pipeline to always run the evaluation step (even if the pipeline is cancelled). This will cause the Azure Pipeline to log the reason for cancellation rather than just "silently failing".