Skip to content

Community extensions for TabPFN - the foundation model for tabular data. Built with TabPFN! πŸ€—

License

Notifications You must be signed in to change notification settings

PriorLabs/tabpfn-community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

84 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TabPFN Community Contributions

PyPI version Downloads License Discord Twitter Follow Contributions Welcome Last Commit

TabPFN Summary

Quick Install

# 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

🌐 TabPFN Ecosystem

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.

πŸ“¦ Repository Structure

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)

πŸ› οΈ Contributing

We welcome all contributions! See our Contributing Guide for details.

Quick start:

  1. Fork the repository
  2. Create your package under src/
  3. Add examples
  4. Submit a PR

🀝 License

This project is licensed under the Apache License 2.0 - see the LICENSE.txt file for details.


Built with ❀️ by the TabPFN community

About

Community extensions for TabPFN - the foundation model for tabular data. Built with TabPFN! πŸ€—

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages