10000 DOC Minor grammar fix to imputation docs (#26283) · lesteve/scikit-learn@c2f9d9a · GitHub
[go: up one dir, main page]

Skip to content

Commit c2f9d9a

Browse files
authored
DOC Minor grammar fix to imputation docs (scikit-learn#26283)
1 parent cad262c commit c2f9d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/modules/impute.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ neighbors of samples with missing values::
226226
Missing value estimation methods for DNA microarrays, BIOINFORMATICS
227227
Vol. 17 no. 6, 2001 Pages 520-525.
228228
229-
Keeping the number of features constants
230-
========================================
229+
Keeping the number of features constant
230+
=======================================
231231

232232
By default, the scikit-learn imputers will drop fully empty features, i.e.
233233
columns containing only missing values. For instance::

0 commit comments

Comments
 (0)
0