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

    https://github.com/apache/spark/pull/15947#discussion_r88805323
  
    --- Diff: python/pyspark/ml/linalg/__init__.py ---
    @@ -746,11 +746,12 @@ def __hash__(self):
     class Vectors(object):
     
         """
    -    Factory methods for working with vectors. Note that dense vectors
    -    are simply represented as NumPy array objects, so there is no need
    -    to covert them for use in MLlib. For sparse vectors, the factory
    -    methods in this class create an MLlib-compatible type, or users
    -    can pass in SciPy's C{scipy.sparse} column vectors.
    +    Factory methods for working with vectors.
    +
    +    .. note:: Dense vectors are simply represented as NumPy array objects,
    --- End diff --
    
    This is another example where I think it works either way -- it isn't 
necessarily a stand-alone note, as much as a sentence that begins "Note 
that...", but it works OK either way in these cases.


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