Skip to content

Commit b464f04

Browse files
committed
Update estimator checks for sklearn >= 1.5
1 parent 0f2fbbd commit b464f04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_sklearn.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,6 +2277,8 @@ def test_sklearn_check_estimator(self):
22772277
if check_name in [
22782278
"check_fit_score_takes_y",
22792279
"check_fit_idempotent",
2280+
# yields "empty" deployed table as of sklearn >= 1.5:
2281+
"check_estimators_dtypes",
22802282
] and isinstance(estimator, KhiopsEncoder):
22812283
continue
22822284
with self.subTest(

0 commit comments

Comments
 (0)