aboutsummaryrefslogtreecommitdiff
path: root/python/docs/pyspark.ml.rst
diff options
context:
space:
mode:
authorXiangrui Meng <meng@databricks.com>2016-05-17 00:08:02 -0700
committerXiangrui Meng <meng@databricks.com>2016-05-17 00:08:02 -0700
commit8ad9f08c94e98317a9095dd53d737c1b8df6e29c (patch)
treec65abb27e4a12867021b32b62500a3b62663dbf3 /python/docs/pyspark.ml.rst
parent95f4fbae52d26ede94c3ba8248394749f3d95dcc (diff)
downloadspark-8ad9f08c94e98317a9095dd53d737c1b8df6e29c.tar.gz
spark-8ad9f08c94e98317a9095dd53d737c1b8df6e29c.tar.bz2
spark-8ad9f08c94e98317a9095dd53d737c1b8df6e29c.zip
[SPARK-14906][ML] Copy linalg in PySpark to new ML package
## What changes were proposed in this pull request? Copy the linalg (Vector/Matrix and VectorUDT/MatrixUDT) in PySpark to new ML package. ## How was this patch tested? Existing tests. Author: Xiangrui Meng <meng@databricks.com> Author: Liang-Chi Hsieh <simonh@tw.ibm.com> Author: Liang-Chi Hsieh <viirya@gmail.com> Closes #13099 from viirya/move-pyspark-vector-matrix-udt4.
Diffstat (limited to 'python/docs/pyspark.ml.rst')
-rw-r--r--python/docs/pyspark.ml.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/docs/pyspark.ml.rst b/python/docs/pyspark.ml.rst
index 86d4186a2c..26f7415e1a 100644
--- a/python/docs/pyspark.ml.rst
+++ b/python/docs/pyspark.ml.rst
@@ -41,6 +41,14 @@ pyspark.ml.clustering module
:undoc-members:
:inherited-members:
+pyspark.ml.linalg module
+----------------------------
+
+.. automodule:: pyspark.ml.linalg
+ :members:
+ :undoc-members:
+ :inherited-members:
+
pyspark.ml.recommendation module
--------------------------------