Skip to content

ImportError: No module named 'azureml.train.automl' #449

New issue

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

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

Already on GitHub? # to your account

Closed
kritdikoon opened this issue Jun 27, 2019 · 1 comment
Closed

ImportError: No module named 'azureml.train.automl' #449

kritdikoon opened this issue Jun 27, 2019 · 1 comment

Comments

@kritdikoon
Copy link

I have installed Azure SDK in Databricks as below.

Source: Upload Python Egg or PyPi
PyPi Name: azureml-sdk[databricks]
Select Install Library

I can confirm SDK version.
However, I cannot import "azureml.train.automl'.
What should I do to solve this issue?

PS, I did the same thing yesterday and there is no error.

==============================

print("SDK version:", azureml.core.VERSION)

SDK version: 1.0.45

===============================

import azureml.core
from azureml.core.experiment import Experiment
from azureml.core.workspace import Workspace
from azureml.train.automl import AutoMLConfig
from azureml.train.automl.run import AutoMLRun

print("SDK version:", azureml.core.VERSION)


ImportError Traceback (most recent call last)
in ()
2 from azureml.core.experiment import Experiment
3 from azureml.core.workspace import Workspace
----> 4 from azureml.train.automl import AutoMLConfig
5 from azureml.train.automl.run import AutoMLRun
6

ImportError: No module named 'azureml.train.automl'

@kritdikoon
Copy link
Author

Mover to azure-sdk-for-python

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant