neuralforecast icon indicating copy to clipboard operation
neuralforecast copied to clipboard

Is there any plan to put TiDE algorithm into neuralforecast

Open LeonTing1010 opened this issue 1 year ago • 3 comments

TiDE can provide multiple choices for Neuralforecast. TiDE is a deep learning-based framework for long-term time series forecasting, which uses several powerful deep learning models for prediction. These models include LSTM, GRU, CNN, TCN, Transformer, and more, which have been validated in practice and demonstrated good performance in multiple time series forecasting tasks. Therefore, integrating these models into Neuralforecast can provide more model choices, and the performance of these models can be verified and compared through TiDE's experimental results. At the same time, multiple models from Neuralforecast can also be integrated into TiDE for comparison and analysis, providing more choices and flexibility for time series forecasting tasks. Therefore, TiDE can provide multiple choices for Neuralforecast, further improving the performance and application scope of the predictive models.

LeonTing1010 avatar Jun 02 '23 16:06 LeonTing1010

Hey @LeonTing1010, would you be able to provide a pointer to the TiDE model implementation?

kdgutier avatar Jun 02 '23 16:06 kdgutier

I see that google has already implemented. https://github.com/google-research/google-research/tree/master/tide

LeonTing1010 avatar Jun 03 '23 05:06 LeonTing1010

TiDE maybe the most advanced algorithm of time series forecasting, Darts also implementing this model. https://github.com/unit8co/darts

joshua-xia avatar Jun 20 '23 04:06 joshua-xia