Skip to content

Tags: stevehaigh/MLOpsPython

Tags

118576

Toggle 118576's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove sys.path from everywhere to enable IntelliSense (microsoft#162)

118567

Toggle 118567's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding nonessential code for MLOpsPython BYOC Azure doc (microsoft#163)

118546

Toggle 118546's commit message

Verified

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

118304

Toggle 118304's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
always run the evaluation step (microsoft#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".

118174

Toggle 118174's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added toggle for evaluation step (microsoft#152)

  # These are the default values set in ml_service\util\env_variables.py. Uncomment and override if desired.
RUN_EVALUATION=true
ALLOW_RUN_CANCEL=true

117766

Toggle 117766's commit message
Discover scoring model + Add Swagger endpoint to scoring container (m…

…icrosoft#149)

117491

Toggle 117491's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change folder structure to support several training pipelines and mod…

…els (microsoft#147)

* change folder structure

* rename variables file

* fix linting

* documentation fix

* return model name due to a bug in scoring

* make PR build working

116966

Toggle 116966's commit message
fix sources_directory_train variable name (microsoft#146)

116905

Toggle 116905's commit message
Added notebooks for training and scoring a Diabetes Ridge regression …

…model (microsoft#145)

* Added notebooks for training and scoring a Ridge regression model with the Diabetes dataset

* Fixed joblib import and remove request headers

Co-authored-by: David Tesar <[email protected]>

116799

Toggle 116799's commit message
extending use of SOURCES_DIR_TRAIN variable (microsoft#143)