Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Location of AutoMLStep please. #1112

Closed
BillmanH opened this issue Aug 23, 2020 · 2 comments
Closed

Location of AutoMLStep please. #1112

BillmanH opened this issue Aug 23, 2020 · 2 comments

Comments

@BillmanH
Copy link

Azure ML SDK Version: 1.12.0

from azureml.pipeline.steps import AutoMLStep

Per this doc:
https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-with-automated-machine-learning-step.ipynb

It looks like you can import the AutoMLStep, however I can't find it.

azureml-automl-core==1.12.0
azureml-automl-runtime==1.12.0
azureml-contrib-notebook==1.10.0
azureml-core==1.12.0.post1
azureml-dataprep==2.0.7
azureml-dataprep-native==20.0.2
azureml-dataset-runtime==1.12.0
azureml-defaults==1.12.0
azureml-explain-model==1.12.0
azureml-interpret==1.12.0
azureml-model-management-sdk==1.0.1b6.post1
azureml-pipeline==1.12.0
azureml-pipeline-core==1.12.0
azureml-pipeline-steps==1.12.0
azureml-sdk==1.12.0
azureml-telemetry==1.12.0
azureml-train==1.12.0
azureml-train-automl==1.12.0
azureml-train-automl-client==1.12.0
azureml-train-automl-runtime==1.12.0
azureml-train-core==1.12.0
@luzhang06
Copy link

Hi BillmanH, can you please share more details about what you mean by "you cannot find the AutoMLStep"? Any error you get when importing AutoMLStep?

@BillmanH
Copy link
Author

Actually it looks like an older version of the SDK.

The solution was that if you use pip install --upgrade azureml-sdk it will upgrade the VERSION to 1.12.0, however it won't upgrade all of the dependent packages. This gives the user the false impression that they are current, when they aren't.

In order to ensure that you have upgraded correctly you need to use pip install --upgrade azureml-sdk[explain,automl]. Updating in this way solved the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants