Skip to content

Commit fa206e4

Browse files
committed
real fix
1 parent 176b614 commit fa206e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imblearn/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
def check_version(estimator):
2424
return parse_version(
2525
parse_version(sklearn.__version__).base_version
26-
) >= parse_version("1.6")
26+
) < parse_version("1.6")
2727

2828

2929
class _ParamsValidationMixin:

0 commit comments

Comments
 (0)