When training AzureML's AutoML locally using Python sdk v2, how should I input data in pandas dataframe format rather than MLTable as training data?
임 마리솔
0
Reputation points
AutoML was trained locally using python sdk v2.
The training data was loaded from a locally stored CSV file into a pandas dataframe and entered as input data.
->The reason is to avoid uploading local data to the cloud when learning with AutoML.
->The computing target will not be specified and will be run as a local cluster.
As a result, the following error occurred:
Therefore, when using python SDK 2 version, is only the MLTable format possible?
Otherwise, how should I insert data in other formats?
Additionally, we attach a reference guide from Microsoft.
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
Sign in to answer