-
Notifications
You must be signed in to change notification settings - Fork 987
Description
This is a sub-issue of #2933.
Is your feature request related to a current problem? Please describe.
TiRex is a new and lightweight 35M time series foundation model based on xLSTM, a next-gen RNN architecture. Like previous foundation models supported in Darts, TiRex is a top scorer on public forecasting benchmarks such as GIFT-EVAL and fev. In addition, the official library tirex-ts has strong technical support and fast response time.
Supporting TiRex in Darts could bring meaningful performance and efficiency benefits to our users, while also boosting the model standing and usage. I have invited TiRex team for a Darts implementation (see NX-AI/tirex#29). They are interested and happy to contribute a GlobalForecastingModel-based implementation which wraps tirex-ts as the single source of truth.
I am now creating this issue to align on API design between TiRex team (led by @lukfischer @martinloretzzz) and Darts team (led by @dennisbader), and to host related discussions before TiRex submits an implementation PR.
Describe proposed solution
A clear and concise description of what the library should provide to solve missing functionality.
Describe potential alternatives
A clear and concise description of any alternative solutions or existing features that might solve it.
Additional context
Thank you to @lukfischer and TiRex team for the quick response and the generosity of offering code contributions.