Skip to content

Latest commit

 

History

History
75 lines (53 loc) · 2.7 KB

README.md

File metadata and controls

75 lines (53 loc) · 2.7 KB

TabPFN Community Contributions

PyPI version Downloads License Discord Twitter Follow Contributions Welcome Last Commit

TabPFN Summary

Quick Install

# Clone and install the repository
pip install "tabpfn-extensions[post_hoc_ensembles,interpretability,hpo] @ git+https://github.com/PriorLabs/tabpfn-extensions.git"
# or choose below method if you need to have source code
# git clone https://github.com/PriorLabs/tabpfn-extensions
# pip install -e "tabpfn-extensions[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 Extensions 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