Skip to content

tuned_tabpfn

TunedTabPFNBase

Bases: BaseEstimator

Base class for tuned TabPFN models with proper categorical handling.

TunedTabPFNClassifier

Bases: TunedTabPFNBase, ClassifierMixin

TabPFN Classifier with hyperparameter tuning and proper categorical handling.

TunedTabPFNRegressor

Bases: TunedTabPFNBase, RegressorMixin

TabPFN Regressor with hyperparameter tuning and proper categorical handling.