# Clone and install the repository
!git clone https://github.com/PriorLabs/tabpfn-community
!pip install -e tabpfn-community[post_hoc_ensembles,interpretability,hpo]
# Choose one of the following installation options:
# 1. For GPU-accelerated local inference:
pip install tabpfn
# 2. For cloud-based inference via API:
pip install tabpfn-client
Choose the right TabPFN implementation for your needs:
- TabPFN Client: Easy-to-use API client for cloud-based inference
- TabPFN Community Contributions (this repo): Community extensions and integrations
- TabPFN: Core implementation for local deployment and research Browse the full list of extensions.
Each extension lives in its own subpackage:
tabpfn-extensions/
βββ src/
β βββ tabpfn_extensions/
β βββ your_package/ # Your extension code
βββ examples/
β βββ your_package/ # Usage examples
βββ tests/
β βββ your_package/ # Tests
βββ requirements/
βββ your_package.txt # Dependencies (optional)
We welcome all contributions! See our Contributing Guide for details.
Quick start:
- Fork the repository
- Create your package under
src/
- Add examples
- Submit a PR
This project is licensed under the Apache License 2.0 - see the LICENSE.txt file for details.
Built with β€οΈ by the TabPFN community