You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: