Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 076088f

Browse filesBrowse files
authored
DOC fix return type in isotonic_regression (#26332)
1 parent fa5f43f commit 076088f
Copy full SHA for 076088f

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎sklearn/isotonic.py

Copy file name to clipboardExpand all lines: sklearn/isotonic.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.