forked from microsoft/MLOpsPython
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplified build with Azure CLI; various bugfixes #3
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
algattik
commented
Nov 28, 2019
- Use Azure CLI tasks to remove need for variables SP_APP_ID, SP_APP_SECRET, SUBSCRIPTION_ID, TENANT_ID
- Updated gettin_started.md to point out variable path to artifact (Deployment to QA failed microsoft/MLOpsPython#117)
- Made random hyperparameter (ridge regression alpha) a pipeline parameter, setting its value in the DevOps pipeline (Hyperparameter a pipeline parameter, not random value microsoft/MLOpsPython#107)
- Changed unit test to test actual training code (partially solves Include realistic test scenarios microsoft/MLOpsPython#74)
- Fixed: attach_compute should set exit code after exception (attach_compute should set exit code after exception microsoft/MLOpsPython#113)
- Fixed scoring endpoint HTTP behavior (Fix scoring endpoint HTTP behavior microsoft/MLOpsPython#110)
- Fixed PipelineParameters format in call to Azure ML Extension (PipelineParameters format in call to Azure ML Extension microsoft/MLOpsPython#118)
- Fixed Model build environment for Azure Web App for containers (Model build fails for Azure Web App for containers microsoft/MLOpsPython#119)
bump pip requirements versions (microsoft#104)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.