
Getting Started
The following example shows how to forecast a time series dataset (with no training or GPU required) by loading data, automatically extracting features, and generating both point and probabilistic forecasts.Key Features
- Zero-Shot Forecasting: Generate forecasts such as mean and median values with no task-specific training required when using the pre-trained weights.
- Probabilistic Forecasting: Natively produces quantile forecasts and confidence intervals for uncertainty quantification.
- Advanced Data Handling: Integrates exogenous variables (external regressors), multiple time series, and missing data, while handling temporal patterns like trends and seasonality.
- Lightweight & Fast: Uses a compact <20M parameter model (about 40× smaller than some foundation models), enabling short inference times on a local CPU or via the
tabpfn-clientwith no GPU required.
Google Colab Example
Check out our Google Colab for a detailed tutorial on using TabPFN for time-series forecasting.