Warm start to save time when retraining estimators
- Lingua principale
- Python
- Stelle
- 850
- Fork
- 96
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
**Description**
"Warm start" in this case refers to a) training a model on training data, b) pausing to do stuff like generate predictions on validation data and then c) continuing the training process on more training data, using the model trained in the first step as the starting point.
**Use-case**
Suppose we define an automl algorithm which gives the best pipelines iteratively more and more data to train on.
In that case, retraining with "warm start" on the new training data could save time over retraining from scratch on the old + new training data.
Some estimators may not support this easily, so our API should be tolerant to that.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.