Skip to content

Continual Training in AutoGluon's Time Series Module #4192

Closed Answered by shchur
usamabuttar asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @usamabuttar, we do not support incremental training in time series for multiple reasons

  • For deep learning based models, there is no clear best practice for incremental training. Practice followed by many is to retrain from scratch (or better, on a large trailing window) with each additional window, and this is often not a huge cost at the size of the models we use in practice.
  • For tree-based models, incremental training is both not available in our implementations and unclear whether they are consistently effective.
  • For the rest of our models, i.e., statistical models, "training" is anyway not really performed. These models are fit during inference on a trailing window. So incrementa…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by usamabuttar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants