alteryx / alteryx/evalml

Improve Ensembling caching

Abierto
#3,281 0 comentarios 0 reacciones 0 asignados Ver en GitHub
enhancement performance spike
Lenguaje dominante
Python
Estrellas
850
Forks
96
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

After discussion with @chukarsten @dsherry in OH, we decided that it could be beneficial to cache the pipeline predictions as well in order to capitalize more heavily on potential speed benefits. [This PR](https://github.com/alteryx/evalml/pull/3257) will handle the initial pass to add caching capability to ensembler pipelines.

This issue tracks looking into caching the pipeline predictions as well and using that to avoid our extra internal calls to transform. This process will include looking at both speed improvements and memory consumption trade-offs. Ultimately, it could be likely that we would either need to include a heuristic to switch on/off the prediction caching, or to include a variable/input argument that would allow users to specify the maximum amount of allowable memory consumption through caching.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.