Performance optimization: memoize/cache fitted components and predictions during automl
Aperta
needs design
new feature
performance
spike
- Lingua principale
- Python
- Stelle
- 850
- Fork
- 96
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
A feature evalml could support down the road is the ability to cache the output of each combination of components our pipelines have trained, so that if that component string is used again during automl, its fetched from the cache rather than recomputed.
Sklearn supports this functionality: [see the `memory` parameter on `Pipeline`](https://scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html), and also [this issue in their repo](https://github.com/scikit-learn/scikit-learn/issues/9007).
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.