Skip to content
  • noelsmith's avatar
    82e9d9c8
    [SPARK-10272][PYSPARK][MLLIB] Added @since tags to pyspark.mllib.evaluation · 82e9d9c8
    noelsmith authored
    Duplicated the since decorator from pyspark.sql into pyspark (also tweaked to handle functions without docstrings).
    
    Added since to public methods + "versionadded::" to classes (derived from the git file history in pyspark).
    
    Note - I added also the tags to MultilabelMetrics even though it isn't declared as public in the __all__ statement... if that's incorrect - I'll remove.
    
    Author: noelsmith <mail@noelsmith.com>
    
    Closes #8628 from noel-smith/SPARK-10272-since-mllib-evalutation.
    82e9d9c8
    [SPARK-10272][PYSPARK][MLLIB] Added @since tags to pyspark.mllib.evaluation
    noelsmith authored
    Duplicated the since decorator from pyspark.sql into pyspark (also tweaked to handle functions without docstrings).
    
    Added since to public methods + "versionadded::" to classes (derived from the git file history in pyspark).
    
    Note - I added also the tags to MultilabelMetrics even though it isn't declared as public in the __all__ statement... if that's incorrect - I'll remove.
    
    Author: noelsmith <mail@noelsmith.com>
    
    Closes #8628 from noel-smith/SPARK-10272-since-mllib-evalutation.
Loading