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 a81857c commit 70d503dCopy full SHA for 70d503d
src/tfidf_transformer.jl
@@ -39,7 +39,7 @@ that the transformer will consider. `max_doc_freq` indicates that terms in only
39
up to the specified percentage of documents will be considered. For example, if
40
`max_doc_freq` is set to 0.9, terms that are in more than 90% of documents
41
will be removed. Similarly, the `min_doc_freq` parameter restricts terms in the
42
-other direction. A value of 0.01 means that only terms that are at least in 1% of
+other direction. A value of 0.01 means that only terms that are at least in 1% of
43
documents will be included.
44
"""
45
mutable struct TfidfTransformer <: AbstractTextTransformer
0 commit comments