alteryx / alteryx/evalml

DaskEngine: Internal vs. External Clusters

Aberta
#2,727 1 comentário 0 reações 0 responsáveis Ver no GitHub
refactor
Linguagem predominante
Python
Estrelas
850
Forks
96
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

In #2667 , we added the ability of AutoMLSearch to create its own Dask LocalCluster to perform work in parallel. An important aspect of using a Dask LocalCluster is turning it off when AutoML is done with it. For LocalClusters created by AutoMLSearch, it seems reasonable that the object will shutdown the cluster after it's done. But for externally provided clusters, that might not make sense and also might not be possible.

Successful completion of this issue involves refactoring the DaskEngine such that:

1. When AutoMLSearch receives an instance as a parameter, it does not shutdown the engine. This case should simulate a consumer that is using AutoML but has access to an external Dask cluster.
2. When AutoMLSearch creates its own Engine via the convenience string, it will shutdown the engine. This case should simulate a consumer that is using AutoML on their local machine.

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.