alteryx / alteryx/evalml

DaskEngine: Internal vs. External Clusters

Aperta
#2,727 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
refactor
Lingua principale
Python
Stelle
850
Fork
96
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.