Releases: microsoft/MLOpsPython
Releases · microsoft/MLOpsPython
MLOps with Azure ML
118853 remove alpha from pipeline parameters (#169)
MLOps with Azure ML
118802 No pkl extension requirement for model name (#164)
MLOps with Azure ML
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
Update diabetes_regression_build_train_pipeline_with_r.py (#167) Co-authored-by: Eugene Fedorenko <eugene.fedor@gmail.com>
MLOps with Azure ML
118708 Tox + code coverage (#150)
MLOps with Azure ML
118580 Remove sys.path from everywhere to enable IntelliSense (#162)
MLOps with Azure ML
118576 Remove sys.path from everywhere to enable IntelliSense (#162)
MLOps with Azure ML
118567 Adding nonessential code for MLOpsPython BYOC Azure doc (#163)
MLOps with Azure ML
118546 Typo (#161)
MLOps with Azure ML
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".