spark-instrumented-optimizer/python/docs/pyspark.ml.rst
Yanbo Liang d4022d4951 [SPARK-20707][ML] ML deprecated APIs should be removed in major release.
## What changes were proposed in this pull request?
Before 2.2, MLlib keep to remove APIs deprecated in last feature/minor release. But from Spark 2.2, we decide to remove deprecated APIs in a major release, so we need to change corresponding annotations to tell users those will be removed in 3.0.
Meanwhile, this fixed bugs in ML documents. The original ML docs can't show deprecated annotations in ```MLWriter``` and ```MLReader``` related class, we correct it in this PR.

Before:
![image](https://cloud.githubusercontent.com/assets/1962026/25939889/f8c55f20-3666-11e7-9fa2-0605bfb3ed06.png)

After:
![image](https://cloud.githubusercontent.com/assets/1962026/25939870/e9b0d5be-3666-11e7-9765-5e04885e4b32.png)

## How was this patch tested?
Existing tests.

Author: Yanbo Liang <ybliang8@gmail.com>

Closes #17946 from yanboliang/spark-20707.
2017-05-16 10:08:23 +08:00

107 lines
1.9 KiB
ReStructuredText

pyspark.ml package
==================
ML Pipeline APIs
----------------
.. automodule:: pyspark.ml
:members:
:undoc-members:
:inherited-members:
pyspark.ml.param module
-----------------------
.. automodule:: pyspark.ml.param
:members:
:undoc-members:
:inherited-members:
pyspark.ml.feature module
-------------------------
.. automodule:: pyspark.ml.feature
:members:
:undoc-members:
:inherited-members:
pyspark.ml.classification module
--------------------------------
.. automodule:: pyspark.ml.classification
:members:
:undoc-members:
:inherited-members:
pyspark.ml.clustering module
----------------------------
.. automodule:: pyspark.ml.clustering
:members:
:undoc-members:
:inherited-members:
pyspark.ml.linalg module
----------------------------
.. automodule:: pyspark.ml.linalg
:members:
:undoc-members:
:inherited-members:
pyspark.ml.recommendation module
--------------------------------
.. automodule:: pyspark.ml.recommendation
:members:
:undoc-members:
:inherited-members:
pyspark.ml.regression module
----------------------------
.. automodule:: pyspark.ml.regression
:members:
:undoc-members:
:inherited-members:
pyspark.ml.stat module
----------------------
.. automodule:: pyspark.ml.stat
:members:
:undoc-members:
:inherited-members:
pyspark.ml.tuning module
------------------------
.. automodule:: pyspark.ml.tuning
:members:
:undoc-members:
:inherited-members:
pyspark.ml.evaluation module
----------------------------
.. automodule:: pyspark.ml.evaluation
:members:
:undoc-members:
:inherited-members:
pyspark.ml.fpm module
----------------------------
.. automodule:: pyspark.ml.fpm
:members:
:undoc-members:
:inherited-members:
pyspark.ml.util module
----------------------------
.. automodule:: pyspark.ml.util
:members:
:undoc-members:
:inherited-members: