8000 DOC fix citations for de Leeuw in IsotonicRegression (#18952) · scikit-learn/scikit-learn@38b7155 · GitHub
[go: up one dir, main page]

Skip to content

Commit 38b7155

Browse files
nfultzthomasjpfan
andauthored
DOC fix citations for de Leeuw in IsotonicRegression (#18952)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
1 parent eedda91 commit 38b7155

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sklearn/isotonic.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ class IsotonicRegression(RegressorMixin, TransformerMixin, BaseEstimator):
190190
191191
Notes
192192
-----
193-
Ties are broken using the secondary method from Leeuw, 1977.
193+
Ties are broken using the secondary method from de Leeuw, 1977.
194194
195195
References
196196
----------
@@ -201,11 +201,11 @@ class IsotonicRegression(RegressorMixin, TransformerMixin, BaseEstimator):
201201
202202
Isotone Optimization in R : Pool-Adjacent-Violators
203203
Algorithm (PAVA) and Active Set Methods
204-
Leeuw, Hornik, Mair
204+
de Leeuw, Hornik, Mair
205205
Journal of Statistical Software 2009
206206
207207
Correctness of Kruskal's algorithms for monotone regression with ties
208-
Leeuw, Psychometrica, 1977
208+
de Leeuw, Psychometrica, 1977
209209
210210
Examples
211211
--------

0 commit comments

Comments
 (0)
0