aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/ml/util.py
diff options
context:
space:
mode:
authorYuhao <yuhao.yang@intel.com>2016-11-29 18:46:59 -0800
committerJoseph K. Bradley <joseph@databricks.com>2016-11-29 18:46:59 -0800
commit9b670bcaec9c220603ec10a6d186865dabf26a5b (patch)
tree60bf868a33d2e9139eaa8a70ddcab14ac30263e7 /python/pyspark/ml/util.py
parentc3d08e2f29baeebe09bf4c059ace4336af9116b5 (diff)
downloadspark-9b670bcaec9c220603ec10a6d186865dabf26a5b.tar.gz
spark-9b670bcaec9c220603ec10a6d186865dabf26a5b.tar.bz2
spark-9b670bcaec9c220603ec10a6d186865dabf26a5b.zip
[SPARK-18319][ML][QA2.1] 2.1 QA: API: Experimental, DeveloperApi, final, sealed audit
## What changes were proposed in this pull request? make a pass through the items marked as Experimental or DeveloperApi and see if any are stable enough to be unmarked. Also check for items marked final or sealed to see if they are stable enough to be opened up as APIs. Some discussions in the jira: https://issues.apache.org/jira/browse/SPARK-18319 ## How was this patch tested? existing ut Author: Yuhao <yuhao.yang@intel.com> Author: Yuhao Yang <hhbyyh@gmail.com> Closes #15972 from hhbyyh/experimental21.
Diffstat (limited to 'python/pyspark/ml/util.py')
-rw-r--r--python/pyspark/ml/util.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/python/pyspark/ml/util.py b/python/pyspark/ml/util.py
index bec4b28952..c65b3d14be 100644
--- a/python/pyspark/ml/util.py
+++ b/python/pyspark/ml/util.py
@@ -62,8 +62,6 @@ class Identifiable(object):
@inherit_doc
class MLWriter(object):
"""
- .. note:: Experimental
-
Utility class that can save ML instances.
.. versionadded:: 2.0.0
@@ -129,8 +127,6 @@ class JavaMLWriter(MLWriter):
@inherit_doc
class MLWritable(object):
"""
- .. note:: Experimental
-
Mixin for ML instances that provide :py:class:`MLWriter`.
.. versionadded:: 2.0.0
@@ -159,8 +155,6 @@ class JavaMLWritable(MLWritable):
@inherit_doc
class MLReader(object):
"""
- .. note:: Experimental
-
Utility class that can load ML instances.
.. versionadded:: 2.0.0
@@ -242,8 +236,6 @@ class JavaMLReader(MLReader):
@inherit_doc
class MLReadable(object):
"""
- .. note:: Experimental
-
Mixin for instances that provide :py:class:`MLReader`.
.. versionadded:: 2.0.0