Skip to content

Commit ffa98a3

Browse files
committed
MAINT update _sklearn_compat file
1 parent d866485 commit ffa98a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imblearn/utils/_sklearn_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def _is_pandas_df(X):
249249
return isinstance(X, pd.DataFrame)
250250

251251
else:
252-
from sklearn.utils._metadata_requests import (
252+
from sklearn.utils.metadata_routing import (
253253
_raise_for_params, # noqa: F401
254254
process_routing, # noqa: F401
255255
)

0 commit comments

Comments
 (0)