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

    https://github.com/apache/spark/pull/8561#discussion_r39005617
  
    --- Diff: python/pyspark/ml/feature.py ---
    @@ -167,6 +168,137 @@ def getSplits(self):
     
     
     @inherit_doc
    +class CountVectorizer(JavaEstimator, HasInputCol, HasOutputCol):
    +    """
    +    Extracts a vocabulary from document collections and generates a 
[[CountVectorizerModel]].
    --- End diff --
    
    * Use sphinx link instead of `[[...]]`. You can check the generate HTML doc 
and see whether the links are broken.
    * docstring line width is 72 defined by PEP8.



---
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