Replies: 4 comments 1 reply
-
@teshnizi I think fine-tuning on a single time series may not be ideal. First it's worth doing some backtesting on the series using the pretrained model, and see how accurate it appears to be on historical data. Did you try that already? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply @lostella. I see. Our of curiosity, Have you guys thought about potential extensions to the model that would allow for the use of domain knowledge? |
Beta Was this translation helpful? Give feedback.
-
@teshnizi not concretely, I believe, but I think it's an interesting direction! |
Beta Was this translation helpful? Give feedback.
-
I'd love to have a chat and explore potential future directions if that is of interest to you. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I only have a single time series, and I want to do forecasting on it. Does it make sense to do fine-tuning in this case?
I was thinking maybe I could split the data chronologically (use data from 2020 to 2022 for training and data from 2022 to 2024 for testing), but I'm not sure if that makes sense.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions