ray+dask native support be added to Azure Machine Learning

DShree 396 Reputation points
2022-10-20T01:05:34.133+00:00

While distributed dask can be setup manually on AML compute, the process requires lot of configs to be maintained. Is there any native support.

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

Accepted answer
  1. Ramr-msft 17,826 Reputation points
    2022-10-20T11:44:42.8+00:00

    @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

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.