This approach feels very unique compared to the majority of forecasting models which are either using Transformers or DNNs while also being much faster.
It's for TS classification instead of forecasting, so I'm not certain if it would be a good fit for darts.
Actually after some more research it seems someone already tried to adapt it for regression https://link.springer.com/article/10.1007/s10618-021-00745-9
https://arxiv.org/abs/1910.13051
This approach feels very unique compared to the majority of forecasting models which are either using Transformers or DNNs while also being much faster.
It's for TS classification instead of forecasting, so I'm not certain if it would be a good fit for darts. Actually after some more research it seems someone already tried to adapt it for regression https://link.springer.com/article/10.1007/s10618-021-00745-9
Related to https://github.com/unit8co/darts/issues/1473