8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff78bf9 commit 096610eCopy full SHA for 096610e
sklearn/feature_extraction/text.py
@@ -168,7 +168,7 @@ def build_preprocessor(self):
168
169
# unfortunately python functools package does not have an efficient
170
# `compose` function that would have allowed us to chain a dynamic
171
- # number of functions. However the however of a lambda call is a few
+ # number of functions. However the cost of a lambda call is a few
172
# hundreds of nanoseconds which is negligible when compared to the
173
# cost of tokenizing a string of 1000 chars for instance.
174
noop = lambda x: x
0 commit comments