Open
Description
Motivation
TabPFN2 shows impressive results, also for Regression (https://github.com/PriorLabs/TabPFN). The model is fully differentiable and can also quantify its uncertainty, so it should be also suitable for BO (there is also already one publication from 2023 on this: https://proceedings.mlr.press/v202/muller23a/muller23a.pdf). I propose to implement a botorch wrapper for TabPFN (and finetuned versions of it). Is there already somebody working on it? If not, is there interest in it?
Describe the solution you'd like to see implemented in BoTorch.
Implement a TabPFN wrapper, so that a TabPFN model can be used in botorch as native as a SingleTaskGP.
Describe any alternatives you've considered to the above solution.
No response
Is this related to an existing issue in BoTorch or another repository? If so please include links to those Issues here.
No response
Pull Request
None
Code of Conduct
- I agree to follow BoTorch's Code of Conduct