Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/16013#discussion_r89686278
  
    --- Diff: 
mllib/src/main/scala/org/apache/spark/ml/feature/CountVectorizer.scala ---
    @@ -78,7 +79,7 @@ private[feature] trait CountVectorizerParams extends 
Params with HasInputCol wit
       /**
        * Filter to ignore rare words in a document. For each document, terms 
with
        * frequency/count less than the given threshold are ignored.
    -   * If this is an integer >= 1, then this specifies a count (of times the 
term must appear
    +   * If this is an integer >= 1, then this specifies a count (of times 
the term must appear
    --- End diff --
    
    "an integer greater than or equal to 1" I think for consistency


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to