PaddlePaddle-based Python SDK for deep time-series modeling
Top 60.4% on sourcepulse
PaddleTS is a Python library for deep time series modeling, built on the PaddlePaddle framework. It offers a comprehensive suite of tools for time series forecasting, representation learning, and anomaly detection, targeting domain experts and industry users seeking to leverage state-of-the-art deep learning models with an easy-to-use interface.
How It Works
PaddleTS provides a unified data structure for diverse time series data, supporting single/multi-target variables and covariates. It encapsulates common deep learning model functionalities like data loading, callbacks, and training control, allowing developers to focus on network architecture. The library integrates a wide array of leading deep learning models, data transformation operators, and classic data analysis tools, along with automatic hyperparameter optimization (AutoTS) and seamless integration with third-party libraries like scikit-learn and PyOD.
Quick Start & Requirements
pip install paddlets
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The library's primary dependency is PaddlePaddle, which may require specific hardware (e.g., NVIDIA GPUs) for optimal performance. While extensive, the rapid addition of new models might lead to occasional breaking changes or require users to stay updated with the latest documentation.
3 weeks ago
1 week