We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa9216 commit 45289e8Copy full SHA for 45289e8
sklearn/preprocessing/tests/test_encoders.py
@@ -607,4 +607,4 @@ def test_encoder_dtypes_pandas():
607
def test_one_hot_encoder_warning():
608
enc = OneHotEncoder()
609
X = [['Male', 1], ['Female', 3]]
610
- np.testing.assert_no_warnings(enc.fit_transform, X)
+ np.testing.assert_no_warnings(enc.fit_transform, X)
0 commit comments