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
2023-11-07T08:22:37.8433333+00:00

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.

User's image

->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:

User's image

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.

User's image

Azure Machine Learning
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.