Skip to content

Commit 66af786

Browse files
committed
Code tweak. All code validated via notedown and then running generated .ipynb
1 parent d348dfc commit 66af786

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/machine-learning/how-to-use-automlstep-in-pipelines.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ The code first logs in to the Azure Machine Learning workspace defined in **conf
7171
Additional resources that the pipeline will need are storage and, generally, Azure Machine Learning compute resources.
7272

7373
```python
74-
from azureml.core import Datastore, AmlCompute, ComputeTarget
74+
from azureml.core import Datastore
75+
from azureml.core.compute import AmlCompute, ComputeTarget
7576

7677
datastore = ws.get_default_datastore()
7778

0 commit comments

Comments
 (0)