Skip to content

Tags: richardleeaus/MLOpsPython

Tags

137241

Toggle 137241's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix training/scoring conda deps (microsoft#262)

Azure deprecated their top level meta-package which led to a deprecation error. We don't actually need this top level package.

I took the opportunity to clean up the conda deps using the dependency tree.

- Trimmed the package list
- Explicitly list pip to avoid conda warning
- Use azureml-defaults for WebApp dependencies
- Lock azureml-sdk and azureml-defaults versions
- Add comments for dependencies

136986

Toggle 136986's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Image creation to use new package (microsoft#260)

Update Image creation to use the new package

136498

Toggle 136498's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove file_name parameter because it's not used in function (microso…

…ft#252)

134978

Toggle 134978's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bootstrap fixes (microsoft#250)

134829

Toggle 134829's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Making changes to experiment notebook based on changes to tutorial do…

…cument (microsoft#249)

* making changes to notebook based on changes to tutorial document

* test update to assert_almost_equal

* reference repo details in byoc guide

134016

Toggle 134016's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
clearer explanation of the pipeline stages in the getting started gui…

…de (microsoft#247)

133520

Toggle 133520's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Moving code integration guide into this repo (microsoft#243)

* Moving code integration guide into this repo

* dtzar feedback

* add recommendation

132245

Toggle 132245's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
set allow reuse to true (microsoft#242)

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

132243

Toggle 132243's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sudivate dockertag (microsoft#240)

132121

Toggle 132121's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update doc with aks auth details (microsoft#239)