8000 DOC: Make a sentence more concise in the computing page (#31067) · scikit-learn/scikit-learn@af41352 · GitHub
[go: up one dir, main page]

Skip to content

Commit af41352

Browse files
authored
DOC: Make a sentence more concise in the computing page (#31067)
1 parent e17a12a commit af41352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/computing/computational_performance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ feature selection components in a pipeline once we know which features to
352352
keep from a previous run. Finally, it can help reduce processing time and I/O
353353
usage upstream in the data access and feature extraction layers by not
354354
collecting and building features that are discarded by the model. For instance
355-
if the raw data come from a database, it can make it possible to write simpler
355+
if the raw data come from a database, it is possible to write simpler
356356
and faster queries or reduce I/O usage by making the queries return lighter
357357
records.
358358
At the moment, reshaping needs to be performed manually in scikit-learn.

0 commit comments

Comments
 (0)
0