azureml-workshop-2019
azureml-workshop-2019 copied to clipboard
ML Ops workshop missing steps
We need to modify the instructions for ML Ops:
- the azure-pipelines.yml has to be updated. The default arguments for the following parameters need to be changed to correspond to the workspace and workspace connection being used.
mlWorkspaceConnection: 'build-demo' ,
mlWorkspaceName: 'build-2019-demo',
resourceGroupName: 'scottgu-all-hands'
- aml_config/train.runconfig needs to be updated so that "target" is the name of the training cluster.
WORKSHOP-TODO