aboutsummaryrefslogtreecommitdiff
path: root/python/docs/pyspark.ml.rst
diff options
context:
space:
mode:
Diffstat (limited to 'python/docs/pyspark.ml.rst')
-rw-r--r--python/docs/pyspark.ml.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/python/docs/pyspark.ml.rst b/python/docs/pyspark.ml.rst
index a42217a4ae..8379b8fc8a 100644
--- a/python/docs/pyspark.ml.rst
+++ b/python/docs/pyspark.ml.rst
@@ -1,7 +1,7 @@
pyspark.ml package
=====================
-Module Context
+ML Pipeline APIs
--------------
.. automodule:: pyspark.ml
@@ -9,6 +9,14 @@ Module Context
:undoc-members:
:inherited-members:
+pyspark.ml.param module
+-------------------------
+
+.. automodule:: pyspark.ml.param
+ :members:
+ :undoc-members:
+ :inherited-members:
+
pyspark.ml.feature module
-------------------------