Can't run a basic model in Azure ML

Nuno Nogueira 76 Reputation points
2020-12-09T22:39:08.183+00:00

Hello,

I'm new to Azure Machine Learning, so I'm trying some tutorials on a free trial account.

None of the tutorials I've followed is running on my account, not even the most basic ones.

For example, the "Flight Delay Prediction" is running for several hours and then frustratingly it fails....

This is how the designer looks like:

46744-image.png

Does this make sense?
Can anyone help?

Thanks in advance!

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,340 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,911 Reputation points Microsoft Employee Moderator
    2020-12-10T07:45:59.39+00:00

    @Nuno Nogueira From the screen shot it looks like your experiment is running with some modules run queued. Depending on the compute resources you have chosen the run time might vary and with a free trial account a lower compute power will slow down the run time. I have tried the same experiment with a STANDARD_DS2_V2 type with scaling option from 0-4 resources in the cluster and the run completed in around 23 minutes where most the time went to setup the compute since I do not have any running compute to run the experiment directly. You can try a similar setup with a higher compute and check if it runs faster.

    46796-image.png


Your answer

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