Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,072 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have the following pipeline job that I launch using the Azure ML CLI.
Since the branches are independent of each other, I would like to process them in parallel. However, it appears that parallel jobs can only be used within a single step.
Is this the case? Is there any way to have my compute process the branches simultaneously?