|
38 | 38 |
|
39 | 39 | </div> |
40 | 40 |
|
41 | | -$\text{BasicTS}^{+}$ (**Basic** **T**ime **S**eries) is a benchmark library and toolkit designed for time series analysis. It now supports a wide range of tasks and datasets such as spatial-temporal forecasting, long-term time series forecasting, classification, and imputation. It covers various types of algorithms such as statistical models, machine learning models, and deep learning models, making it an ideal tool for developing and evaluating time series analysis models. You can find detailed tutorials in [Getting Started](./tutorial/getting_started.md). |
| 41 | +BasicTS (**Basic** **T**ime **S**eries) is a benchmark library and toolkit designed for time series analysis. It now supports a wide range of tasks and datasets such as spatial-temporal forecasting, long-term time series forecasting, classification, and imputation. It covers various types of algorithms such as statistical models, machine learning models, and deep learning models, making it an ideal tool for developing and evaluating time series analysis models. You can find detailed tutorials in [Getting Started](./tutorial/getting_started.md). |
42 | 42 |
|
43 | 43 | ## 📢 Latest Updates |
44 | 44 |
|
45 | | -🎉 **Update (Oct 2025)**: BasicTS now has built-in support for [**Selective Learning (NeurIPS'25)**](http://arxiv.org/abs/2510.25207), an effective training strategy to mitigate overfitting and enhance model performance and generalization. Users can import and use it directly from the callback module. [Usage Guide](https://github.com/GestaltCogTeam/selective-learning) |
| 45 | +🎉 **Update (Oct 2025)**: BasicTS now has built-in support for [**Selective Learning (NeurIPS'25)**](http://arxiv.org/abs/2510.25207), an effective training strategy to mitigate overfitting and enhance model performance and generalization. Users can import and use it directly from the [callback module](./src/basicts/runners/callback/selective_learning.py). [Usage Guide](https://github.com/GestaltCogTeam/selective-learning) |
46 | 46 |
|
47 | 47 | 🎉 **Update (Oct 2025): BasicTS version 1.0 is released! New Features:** |
48 | 48 | - 🚀 **Quick Start with Three Lines of Code**: Install via pip, minimal API design for rapid model training and evaluation. |
49 | 49 | - 📦 **Modular Components, Ready to Use**: Provides plug-and-play components like Transformers and MLPs, allowing you to build your own model like building blocks. |
50 | | - - 🔄 **Multi-Task Support**: Natively supports three core tasks: time series forecasting, classification, and imputation. |
| 50 | + - 🔄 **Multi-Task Support**: Natively supports core tasks in time series analysis, including forecasting, classification, and imputation. |
51 | 51 | - 🔧 **Highly Extensible Architecture**: Based on Taskflow and Callback mechanisms, enabling easy customization without modifying the Runner. |
52 | 52 |
|
53 | | -🎉 **Update (May 2025):** BasicTS now supports training universal forecasting models (e.g., **TimeMoE** and **ChronosBolt**) using the [**BLAST (KDD'24)**](https://arxiv.org/abs/2505.17871) corpus. BLAST enables **faster convergence**, **significantly reduced computational costs**, and achieves superior performance even with limited resources. |
| 53 | +🎉 **Update (May 2025):** BasicTS now supports training universal forecasting models (e.g., **TimeMoE** and **ChronosBolt**) using the [**BLAST (KDD'25)**](https://arxiv.org/abs/2505.17871) corpus. BLAST enables **faster convergence**, **significantly reduced computational costs**, and achieves superior performance even with limited resources. |
54 | 54 |
|
55 | 55 | If you find this project helpful, please don't forget to give it a ⭐ Star to show your support. Thank you! |
56 | 56 |
|
|
0 commit comments