8000 DOC fix return type in isotonic_regression (#26332) · scikit-learn/scikit-learn@076088f · GitHub
[go: up one dir, main page]

Skip to content

Commit 076088f

Browse files
authored
DOC fix return type in isotonic_regression (#26332)
1 parent fa5f43f commit 076088f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/isotonic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def isotonic_regression(
109109
110110
Returns
111111
-------
112-
y_ : list of floats
112+
y_ : ndarray of shape (n_samples,)
113113
Isotonic fit of y.
114114
115115
References

0 commit comments

Comments
 (0)
0