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 f3f8967 commit f89a40bCopy full SHA for f89a40b
sklearn/tree/tests/test_tree.py
@@ -2121,7 +2121,7 @@ def test_poisson_vs_mse():
2121
2122
2123
@pytest.mark.parametrize("criterion", REG_CRITERIONS)
2124
-def test_decision_tree_regressor_sample_weight_consistentcy(criterion):
+def test_decision_tree_regressor_sample_weight_consistency(criterion):
2125
"""Test that the impact of sample_weight is consistent."""
2126
tree_params = dict(criterion=criterion)
2127
tree = DecisionTreeRegressor(**tree_params, random_state=42)
0 commit comments