#15 · Primary category: Foundation Models

TabPFN

data-science foundation-models machine-learning tabpfn tabular-data

⚡ TabPFN: Foundation Model for Tabular Data ⚡

Project last updated:08/28/26

GitHub Stars

7.9K

Forks

782

Contributors

67

License

Other

Why we included this project

Most tabular machine learning still means fitting a fresh model to every new dataset, but TabPFN flips that workflow: it is a pre-trained transformer that handles classification and regression directly, so you get a solid predictor from a couple of lines of code instead of a long tuning session. Data scientists and ML engineers who regularly face new CSV exports, database tables, or spreadsheet dumps will appreciate how quickly it gets to usable results, and it typically beats default-settings gradient boosting with much less effort. It runs locally on PyTorch with GPU and CUDA support, and there is also a cloud client plus a no-code interface if you would rather not manage checkpoints. One thing to check before adopting it commercially is licensing: the default TabPFN-3 weights are non-commercial, while the code and older v2 weights sit under an Apache-2.0 derivative with an added attribution requirement.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category