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 2237b17 commit 11e4da5Copy full SHA for 11e4da5
sklearn/ensemble/tests/test_iforest.py
@@ -10,7 +10,6 @@
10
11
import numpy as np
12
13
-from sklearn.utils.testing import assert_almost_equal
14
from sklearn.utils.testing import assert_array_equal
15
from sklearn.utils.testing import assert_array_almost_equal
16
from sklearn.utils.testing import assert_raises
@@ -280,7 +279,6 @@ def test_iforest_average_path_length():
280
279
assert_array_equal(avg_path_length, np.sort(avg_path_length))
281
282
283
-
284
@pytest.mark.filterwarnings('ignore:default contamination')
285
@pytest.mark.filterwarnings('ignore:behaviour="old"')
286
def test_score_samples():
0 commit comments