Installation

Client colab Local colab

You can access our models through our API (https://github.com/automl/tabpfn-client), via our user interface built on top of the API (https://www.ux.priorlabs.ai/) or locally.

pip install tabpfn-client

# TabPFN Extensions installs optional functionalities around the TabPFN model
# These include post-hoc ensembles, interpretability tools, and more
git clone https://github.com/PriorLabs/tabpfn-extensions
pip install -e tabpfn-extensions
# TabPFN Extensions installs optional functionalities around the TabPFN model
# These include post-hoc ensembles, interpretability tools, and more
pip install tabpfn

You can access our models through our Interface here.

Warning

R support is currently under development. You can find a work in progress at TabPFN R. Looking for contributors!