Skip to content

Commit

Permalink
MAINT update _sklearn_compat file
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Dec 18, 2024
1 parent d866485 commit ffa98a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imblearn/utils/_sklearn_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def _is_pandas_df(X):
return isinstance(X, pd.DataFrame)

else:
from sklearn.utils._metadata_requests import (
from sklearn.utils.metadata_routing import (
_raise_for_params, # noqa: F401
process_routing, # noqa: F401
)
Expand Down

0 comments on commit ffa98a3

Please sign in to comment.