Overview
LPTM (Large Pre-trained Time-series Model) is a foundation model for time series analysis that supports multiple tasks including forecasting, imputation, detection, and classification. Paper: Large Pre-trained time series models for cross-domain Time series analysis tasksConfiguration Parameters
Loading the Model
kage08/lptm-large2 repository.
Loading Dataset
Zero-Shot Forecasting
LPTM supports zero-shot forecasting out of the box:Fine-tuning
- Basic Fine-tuning
- With Custom Parameters
Evaluation Metrics
LPTM supports comprehensive evaluation metrics:LPTM requires specific data preprocessing. See the example notebook for more details.