GoDo Day 4

Ask your GoDo Day 4 questions here.

For the following line in godo 4:
from azureml.train.automl import AutoMLConfig,
we are getting the following error:

ModuleNotFoundError: No module named ‘azureml.train.automl’

When checking the modules contained in azureml.train, we get the following, please note that automl is not part of the modules.

import azureml.train as az
dir(az)
[‘builtins’, ‘cached’, ‘doc’, ‘file’, ‘loader’, ‘name’, ‘package’, ‘path’, ‘spec’, ‘_estimator_helper’, ‘_telemetry_logger’, ‘hyperdrive’, ‘restclients’]

Kindly help to import the same.

Hi Survid,
As the error above described the package missing of azureml-sdk for verification run “import azureml.core
print(azureml.core.VERSION)” in python console

Or you can use notebook VMs provided in Machine Learning service workspace which has the Azure SDK pre-installed in it