Skip to main content
TabPFN extends beyond tabular and regression tasks—it can perform zero-shot time series forecasting by reframing forecasting as a tabular regression problem. The TabPFN-TS workflow combines the TabPFN model with lightweight feature engineering to deliver both point and probabilistic forecasts. Data generation example

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-client with no GPU required.
You can find the TabPFN Time Series source code and latest updates on GitHub.

Google Colab Example

Check out our Google Colab for a detailed tutorial on using TabPFN for time-series forecasting.