From fcfb204534921d3994e5d2a080b1e99a6d07cce8 Mon Sep 17 00:00:00 2001 From: annegnx Date: Fri, 5 May 2023 10:27:02 +0200 Subject: [PATCH] [fix] doc isotonic_regression --- sklearn/isotonic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sklearn/isotonic.py b/sklearn/isotonic.py index 24d62dfe1c69a..aa1521ab697d0 100644 --- a/sklearn/isotonic.py +++ b/sklearn/isotonic.py @@ -109,7 +109,7 @@ def isotonic_regression( Returns ------- - y_ : list of floats + y_ : ndarray of shape (n_samples,) Isotonic fit of y. References