Github user noel-smith commented on a diff in the pull request:

    https://github.com/apache/spark/pull/8685#discussion_r39562037
  
    --- Diff: python/pyspark/mllib/util.py ---
    @@ -280,15 +297,21 @@ def _load_java(cls, sc, path):
             return java_obj.load(sc._jsc.sc(), path)
     
         @classmethod
    +    @since("1.3.0")
         def load(cls, sc, path):
    +        """Load a model from the given path."""
             java_model = cls._load_java(sc, path)
             return cls(java_model)
     
     
     class LinearDataGenerator(object):
    -    """Utils for generating linear data"""
    +    """Utils for generating linear data.
    +
    +    .. addedversion:: 1.5.0
    --- End diff --
    
    Change to `.. versionadded::`


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to