8000 Update sklearn/ensemble/tests/test_voting.py · scikit-learn/scikit-learn@5f2c5df · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f2c5df

Browse files
thomasjpfanogrisel
andauthored
Update sklearn/ensemble/tests/test_voting.py
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
1 parent 8e94975 commit 5f2c5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/ensemble/tests/test_voting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def test_get_features_names_out_regressor():
666666
],
667667
)
668668
def test_get_features_names_out_classifier(kwargs, expected_names):
669-
"""Check that get_feature_names_out for differnet settings."""
669+
"""Check get_feature_names_out for different settings."""
670670
X = [[1, 2], [3, 4], [5, 6], [1, 1.2]]
671671
y = [0, 1, 2, 0]
672672

0 commit comments

Comments
 (0)
0