8000 passes validation (#24463) · thomasjpfan/scikit-learn@7cc5adc · GitHub
[go: up one dir, main page]

Skip to content

Commit 7cc5adc

Browse files
authored
passes validation (scikit-learn#24463)
1 parent dfddeb1 commit 7cc5adc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sklearn/tests/test_docstrings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"sklearn.utils.is_scalar_nan",
3535
"sklearn.utils.metaestimators.available_if",
3636
"sklearn.utils.metaestimators.if_delegate_has_method",
37-
"sklearn.utils.multiclass.type_of_target",
3837
"sklearn.utils.multiclass.unique_labels",
3938
"sklearn.utils.sparsefuncs.incr_mean_variance_axis",
4039
"sklearn.utils.sparsefuncs.inplace_swap_row_csc",

sklearn/utils/multiclass.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ def type_of_target(y, input_name=""):
215215
Parameters
216216
----------
217217
y : array-like
218+
Target values.
218219
219220
input_name : str, default=""
220221
The data name used to construct the error message.

0 commit comments

Comments
 (0)
0