Tags: stevehaigh/MLOpsPython
Tags
Remove sys.path from everywhere to enable IntelliSense (microsoft#162)
Adding nonessential code for MLOpsPython BYOC Azure doc (microsoft#163)
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".
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
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
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]>