alteryx / alteryx/evalml

Excessive memory consumption for large regression dataset

Aperta
#3,236 0 commenti 1 reazione 1 assegnatario Rivendicata da @asniyaz Vedi su GitHub
bug performance spike
Lingua principale
Python
Stelle
850
Fork
96
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Running NYC Taxi (datasets_v2) with the Default Algorithm (5 batches) results in a large spike in memory consumption. The following memory plot runs just this dataset with 1 trial, measuring the memory every 10 seconds.
![image](https://user-images.githubusercontent.com/22552445/149216907-9013074e-2b7d-4e4c-a3b1-6e3ffabc1b79.png)

As we can see, this plot spikes towards 30GB during the training, which shows the excessive memory consumption we are using and suggests a potential memory leak. I suspect there is some issue with writing the LG results to S3, along with general memory consumption through EvalML.

This issue tracks looking into the memory consumption here and figuring out why we have such large spikes. Would also be useful to look into if this happens for larger classification data as well.

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.