aboutsummaryrefslogtreecommitdiff
path: root/python/docs/pyspark.ml.rst
diff options
context:
space:
mode:
authorBago Amirbekian <bago@databricks.com>2017-03-28 19:19:16 -0700
committerJoseph K. Bradley <joseph@databricks.com>2017-03-28 19:19:16 -0700
commita5c87707eaec5cacdfb703eb396dfc264bc54cda (patch)
tree123bcc6b24d6d03553faec689b183e7d7b43a7b3 /python/docs/pyspark.ml.rst
parent7d432af8f3c47973550ea253dae0c23cd2961bde (diff)
downloadspark-a5c87707eaec5cacdfb703eb396dfc264bc54cda.tar.gz
spark-a5c87707eaec5cacdfb703eb396dfc264bc54cda.tar.bz2
spark-a5c87707eaec5cacdfb703eb396dfc264bc54cda.zip
[SPARK-20040][ML][PYTHON] pyspark wrapper for ChiSquareTest
## What changes were proposed in this pull request? A pyspark wrapper for spark.ml.stat.ChiSquareTest ## How was this patch tested? unit tests doctests Author: Bago Amirbekian <bago@databricks.com> Closes #17421 from MrBago/chiSquareTestWrapper.
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 a68183445d..930646de9c 100644
--- a/python/docs/pyspark.ml.rst
+++ b/python/docs/pyspark.ml.rst
@@ -65,6 +65,14 @@ pyspark.ml.regression module
:undoc-members:
:inherited-members:
+pyspark.ml.stat module
+----------------------
+
+.. automodule:: pyspark.ml.stat
+ :members:
+ :undoc-members:
+ :inherited-members:
+
pyspark.ml.tuning module
------------------------