microsoft / solution-accelerator-many-models

MIT License
193 stars 85 forks source link

Missing module reference in 02_AutoML_Training_Pipeline.ipynb #108

Closed IamVarma closed 3 years ago

IamVarma commented 3 years ago

02_AutoML_Training_Pipeline.ipynb notebook is missing AmlCompute module import "from azureml.core.compute import AmlCompute" which is causing the notebook to fail if the compute name doesn't exist.