Skip to content

Commit 9e9af9f

Browse files
committed
Add tabpfn to model class list
1 parent 20a9d06 commit 9e9af9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ml_grid/pipeline/model_class_list.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def get_model_class_list(ml_grid_object: pipe) -> List[Any]:
187187
"H2O_StackedEnsemble_class",
188188
"H2O_GAM_class",
189189
"TabTransformerClass",
190+
"TabPFNClassifierClass",
190191
]
191192
for model_name in models_to_disable:
192193
if model_name in model_class_dict:

0 commit comments

Comments
 (0)