PriorLabs/TabPFN
⚡ TabPFN: Foundation Model for Tabular Data ⚡ observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 98
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 6
- age_days: 1524
- days_rel: 14
- days_push: 7
- n_releases_24m: 26
Adoption not part of the score
7855 stars · 781 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
TabPFN is a pre-trained tabular foundation model (transformer) that performs classification, regression, forecasting, and anomaly detection on structured data via in-context learning in a single forward pass, with a scikit-learn-compatible Python package. It is developed by Prior Labs, published in Nature, and also available through a hosted REST API and client SDK.
Use cases
- predict on tabular datasets without training a model
- classify rows in a csv with calibrated probabilities
- regression on structured data with uncertainty estimates
- detect anomalies in tabular data
- forecast time series
- generate synthetic tabular data
- replace AutoML and tuned tree ensembles like XGBoost
- fit a model in seconds on small to medium datasets
When to choose
- you need strong tabular predictions fast without hyperparameter tuning or pipeline building
- your datasets fit within model limits (up to ~1M rows with scaling mode, GPU recommended)
- you want a scikit-learn-compatible estimator that works out of the box
- you want state-of-the-art accuracy on structured data benchmarks
When to avoid
- you need a permissively licensed library for commercial use without attribution provisions
- you have no GPU and very large datasets (CPU is limited to moderate sizes)
- you need full interpretability or custom model architectures
- you work primarily with unstructured data like text or images
Facets
library · maturity active
machine-learning data-science llm-inference machine-learning data-science artificial-intelligence python cross-platform tabular-data foundation-model in-context-learning classification regression anomaly-detection time-series-forecasting scikit-learn-compatible transformer prior-fitted-networks gpu
9 sources
- readme: https://github.com/PriorLabs/TabPFN · fetched 2026-08-28 · 48f19818b65f
- homepage: http://priorlabs.ai · fetched 2026-08-29 · fe1cedd0914b
- site_page: https://priorlabs.ai/about · fetched 2026-08-29 · 0938a3e7c161
- site_page: https://docs.priorlabs.ai/overview · fetched 2026-08-29 · 8e9a3f7a46d7
- site_page: https://docs.priorlabs.ai/api-reference/getting-started · fetched 2026-08-29 · a7bb0855bc7a
- site_page: https://docs.priorlabs.ai/ · fetched 2026-08-29 · 5e4262efdb4b
- registry_pypi: https://pypi.org/pypi/tabpfn/json · fetched 2026-08-29 · 3eb3d8c90945
- site_page: https://priorlabs.ai/pricing · fetched 2026-08-29 · 7165d1b9f1c5
- site_page: https://priorlabs.ai/technical-reports · fetched 2026-08-29 · 9d28dd2cdd0e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| PriorLabs/TabPFN | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="PriorLabs/TabPFN")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem