question

AzureMachineLearningStudioPythonsc-8307 avatar image
0 Votes"
AzureMachineLearningStudioPythonsc-8307 asked GiftA-MSFT edited

Azure ML python error - Default script provided in microsoft learning link is throwing error

AmlExceptionMessage:AzureMLCompute job failed.
JobFailed: Submitted script failed with a non-zero exit code; see the driver log file for details.
Reason: Job failed with non-zero exit Code

While trying to run the python scripts from below link, its throwing the error
https://docs.microsoft.com/en-us/learn/modules/create-regression-model-azure-machine-learning-designer/inference-pipeline

import pandas as pd

def azureml_main(dataframe1 = None, dataframe2 = None):

 scored_results = dataframe1[['Scored Labels']]
 scored_results.rename(columns={'Scored Labels':'predicted_price'},inplace=True)
 return scored_results
not-supported
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

GiftA-MSFT avatar image
0 Votes"
GiftA-MSFT answered GiftA-MSFT edited

Hi, thanks for reaching out. If you followed all the steps in the tutorial and still getting above error, then please refer to the following link for Microsoft Learning support options. Hope this helps.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.