Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,341 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
While distributed dask can be setup manually on AML compute, the process requires lot of configs to be maintained. Is there any native support.
@DShree Thanks for the question. you can do is to setup the compute cluster & compute instance in the same vnet and pip install ray-on-aml. This allows both interactive and job use of Ray and Dask right within Azure ML.
Here is the document Library to turn Azure ML Compute into Ray and Dask cluster.
https://techcommunity.microsoft.com/t5/ai-machine-learning-blog/library-to-turn-azure-ml-compute-into-ray-and-dask-cluster/ba-p/3048784