probability icon indicating copy to clipboard operation
probability copied to clipboard

How to add new data to the pretrained Structural Time Series model in Tensorflow

Open aktaseren opened this issue 1 year ago • 0 comments

Hi everyone, I have a time-series based ML pipeline. The algorithm used in it is Structural Time Series(STS) from Tensorflow here. We retrain it every day from start data to end data. (Around 2 years data) Rather than doing that workload everyday, is there any way to add only new data into the latest STS model trained from the previous day? I appreciate any comment.

aktaseren avatar Feb 09 '24 12:02 aktaseren