Training a model to forecast a TS for several subjects. #431
-
Hi folks, first I would like to say great job with FEDOT, it certainly is an incredible piece of software! For what I understood by looking at the examples, I can only train a model (or an automl pipeline + hyperopt) for each TS. So if there's several TS, one for each subject of the dataset, I would need to train one model for each one. Is that correct? Or there's a way of incrementally training, i.e., train for one subject, than the next, the next, and so on. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
Hi, Darley. Thank you for such positive feedback! The described problem of incrementally training is similar to a hierarchical time series forecasting task. It is not implemented yet, but we already have several requests to add it. Conceptually, it fully satisfies the ideas behind FEDOT. However, there is ambiguity in practical implementation (structure of input data, etc). It will be very useful if you can provide us the script with an example of the solution of described task using an approach that you noted as "need to train one model for each TS". It will help us to design a fully FEDOT-based solution to it in the future. |
Beta Was this translation helpful? Give feedback.
Hi, Darley.
Thank you for such positive feedback!
The described problem of incrementally training is similar to a hierarchical time series forecasting task. It is not implemented yet, but we already have several requests to add it. Conceptually, it fully satisfies the ideas behind FEDOT.
However, there is ambiguity in practical implementation (structure of input data, etc). It will be very useful if you can provide us the script with an example of the solution of described task using an approach that you noted as "need to train one model for each TS".
It will help us to design a fully FEDOT-based solution to it in the future.