-
Notifications
You must be signed in to change notification settings - Fork 538
Description
Describe the bug
Traceback (most recent call last):
File "E:\PycharmProjects\论文3\test.py", line 20, in
clf.fit(X_train, y_train)
File "C:\Windows\System32\tabpfn-extensions\src\tabpfn_extensions\post_hoc_ensembles\sklearn_interface.py", line 222, in fit
self.predictor_.fit(
File "C:\Windows\System32\tabpfn-extensions\src\tabpfn_extensions\post_hoc_ensembles\pfn_phe.py", line 333, in fit
self._ens_model.fit(X, y)
File "C:\Windows\System32\tabpfn-extensions\src\tabpfn_extensions\post_hoc_ensembles\greedy_weighted_ensemble.py", line 234, in fit
weights = self.get_weights(X, y)
File "C:\Windows\System32\tabpfn-extensions\src\tabpfn_extensions\post_hoc_ensembles\greedy_weighted_ensemble.py", line 194, in get_weights
for (bm_name, bm_model), bm_oof_proba, bm_family in zip(
TypeError: zip() takes no keyword arguments
Steps/Code to Reproduce
No response
Expected Results
No response
Actual Results
No response