danielsc / azureml-workshop-2019

AzureML Workshop for the 2019 Euro Tour
MIT License
30 stars 44 forks source link

ML Ops workshop missing steps #61

Open gvashishtha opened 4 years ago

gvashishtha commented 4 years ago

We need to modify the instructions for ML Ops:

1) 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'

2) aml_config/train.runconfig needs to be updated so that "target" is the name of the training cluster.

CESARDELATORRE commented 4 years ago

WORKSHOP-TODO