Skip to content

Commit 81fbf54

Browse files
committed
fixed TabM interface error
1 parent 774944a commit 81fbf54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytabkit/models/sklearn/sklearn_interfaces.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1870,6 +1870,7 @@ def __init__(self, device: Optional[str] = None, random_state: Optional[Union[in
18701870
self.calibration_method = calibration_method
18711871
self.share_training_batches = share_training_batches
18721872
self.val_metric_name = val_metric_name
1873+
self.train_metric_name = train_metric_name
18731874

18741875

18751876
class TabM_D_Classifier(TabMConstructorMixin, AlgInterfaceClassifier):

0 commit comments

Comments
 (0)