Skip to content

Commit 57d5c6b

Browse files
committed
MNT n_informative should higher than n_to_select
1 parent 83cd574 commit 57d5c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_extend.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
def test_select_extend_cls():
1313
# Test whether refine work correctly with random samples.
1414
n_samples = 200
15-
n_features = 20
16-
n_informative = 10
15+
n_features = 30
16+
n_informative = 20
1717
n_classes = 8
1818
n_repeated = 5
1919
n_to_select = 18

0 commit comments

Comments
 (0)