Skip to content

Commit 28452b4

Browse files
committed
Merge pull request scikit-learn#5117 from kylerbrown/patch-1
fixing a typo in feature extraction documentation
2 parents 4c2d61a + 11cd969 commit 28452b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/feature_extraction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ suitable for usage by a classifier it is very common to use the tf–idf
398398
transform.
399399

400400
Tf means **term-frequency** while tf–idf means term-frequency times
401-
**inverse document-frequency**. This is a originally a term weighting
401+
**inverse document-frequency**. This was originally a term weighting
402402
scheme developed for information retrieval (as a ranking function
403403
for search engines results), that has also found good use in document
404404
classification and clustering.

0 commit comments

Comments
 (0)