Skip to content

Commit 5943ab2

Browse files
authored
MNT Clean-up some leftovers comments (scikit-learn#31237)
1 parent eb40a5f commit 5943ab2

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

sklearn/ensemble/tests/test_voting.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,6 @@ def test_parallel_fit(global_random_seed):
321321
assert_array_almost_equal(eclf1.predict_proba(X), eclf2.predict_proba(X))
322322

323323

324-
# TODO(1.7): remove warning filter when sample_weight is kwarg only
325-
@pytest.mark.filterwarnings("ignore::FutureWarning")
326324
def test_sample_weight(global_random_seed):
327325
"""Tests sample_weight parameter of VotingClassifier"""
328326
clf1 = LogisticRegression(random_state=global_random_seed)

sklearn/tests/test_docstring_parameters.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,11 @@
5151
)
5252

5353
# functions to ignore args / docstring of
54-
# TODO(1.7): remove "sklearn.utils._joblib"
5554
_DOCSTRING_IGNORES = [
5655
"sklearn.utils.deprecation.load_mlcomp",
5756
"sklearn.pipeline.make_pipeline",
5857
"sklearn.pipeline.make_union",
5958
"sklearn.utils.extmath.safe_sparse_dot",
60-
"sklearn.utils._joblib",
6159
"HalfBinomialLoss",
6260
]
6361

0 commit comments

Comments
 (0)