TLDRocket
Sign in

Time Series Forecasting

5 summarised stories about Time Series Forecasting, each linking back to the original source. Browse all topics →

Friday, 19 January 2024

PatchTSMixer in HuggingFace

Hugging Face Blog 2 years ago

IBM Research released PatchTSMixer, a lightweight time-series forecasting model based on MLP-Mixer architecture, in the Hugging Face Transformers library. The model outperforms state-of-the-art MLP and Transformer models by 8-60% in forecasting while using 2-3X less memory and runtime than Patch-Transformer models. Users can now apply PatchTSMixer to various downstream tasks including forecasting, classification, and regression through the Hugging Face implementation.