8000 DOC fix return type in isotonic_regression by annegnx · Pull Request #26332 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sklearn/isotonic.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def isotonic_regression(
Returns
-------
y_ : list of floats
y_ : ndarray of shape (n_samples,)
Isotonic fit of y.
References
Expand Down
0