MachineLearningNotebooks icon indicating copy to clipboard operation
MachineLearningNotebooks copied to clipboard

Who is responsible for 'azureml.training', support for Python 3.6

Open weyCC81 opened this issue 3 years ago • 0 comments

I am using Azure AutoML and exported a module, which i tired to use Local and in Azure NB directly. Please add in the documentation who is responsible for 'azureml.training', there is no direct pip module for that.

!pip show azureml.training
WARNING: Package(s) not found: azureml.training
import azureml.training
print(azureml.training)

<module 'azureml.training' from '/anaconda/envs/azureml_py38/lib/python3.8/site-packages/azureml/training/init.py'>

I am not able to use it in Python 3.6 but it is available in Python 3.8, but i am not sure where it is loaded from. Does this come from 'azureml.training.tabular'?


Document details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

weyCC81 avatar May 31 '22 10:05 weyCC81