Description
A NameError occurs when attempting to import AutoTabPFNClassifier from tabpfn_extensions. The traceback indicates that TabPFNClassifierWrapper is referenced in get_tabpfn_models but has not been defined.
Environment
- OS: macOS
- Python Version: 3.12
- Environment: Virtual Environment (
uv/.venv)
Installed Packages:
| Package |
Version |
tabpfn |
6.4.1 |
tabpfn-client |
0.2.8 |
tabpfn-common-utils |
0.2.16 |
tabpfn-extensions |
0.2.2 |
Steps to Reproduce
Run the following import in the environment described above:
from tabpfn_extensions import AutoTabPFNClassifier
Description
A
NameErroroccurs when attempting to importAutoTabPFNClassifierfromtabpfn_extensions. The traceback indicates thatTabPFNClassifierWrapperis referenced inget_tabpfn_modelsbut has not been defined.Environment
uv/.venv)Installed Packages:
tabpfntabpfn-clienttabpfn-common-utilstabpfn-extensionsSteps to Reproduce
Run the following import in the environment described above: