aboutsummaryrefslogtreecommitdiff
path: root/python/docs
diff options
context:
space:
mode:
authorYanbo Liang <ybliang8@gmail.com>2015-04-09 15:10:10 -0700
committerXiangrui Meng <meng@databricks.com>2015-04-09 15:10:10 -0700
commita0411aebee7c134f0426f0c2b2cb4c1c7856a291 (patch)
treeb64884fa9957f5ce3102d39c621df5a4b7a32aa0 /python/docs
parent7d92db342e01fa694d3522fb8d2254d6297a4203 (diff)
downloadspark-a0411aebee7c134f0426f0c2b2cb4c1c7856a291.tar.gz
spark-a0411aebee7c134f0426f0c2b2cb4c1c7856a291.tar.bz2
spark-a0411aebee7c134f0426f0c2b2cb4c1c7856a291.zip
[SPARK-6264] [MLLIB] Support FPGrowth algorithm in Python API
Support FPGrowth algorithm in Python API. Should we remove "Experimental" which were marked for FPGrowth and FPGrowthModel in Scala? jkbradley Author: Yanbo Liang <ybliang8@gmail.com> Closes #5213 from yanboliang/spark-6264 and squashes the following commits: ed62ead [Yanbo Liang] trigger jenkins 8ce0359 [Yanbo Liang] fix docstring style 544c725 [Yanbo Liang] address comments a2d7cf7 [Yanbo Liang] add doc for FPGrowth.train() dcf7d73 [Yanbo Liang] add python doc b18fd07 [Yanbo Liang] trigger jenkins 2c951b8 [Yanbo Liang] fix typos 7f62c8f [Yanbo Liang] add fpm to __init__.py b96206a [Yanbo Liang] Support FPGrowth algorithm in Python API
Diffstat (limited to 'python/docs')
-rw-r--r--python/docs/pyspark.mllib.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/docs/pyspark.mllib.rst b/python/docs/pyspark.mllib.rst
index 15101470af..26ece4c2c3 100644
--- a/python/docs/pyspark.mllib.rst
+++ b/python/docs/pyspark.mllib.rst
@@ -31,6 +31,13 @@ pyspark.mllib.feature module
:undoc-members:
:show-inheritance:
+pyspark.mllib.fpm module
+------------------------
+
+.. automodule:: pyspark.mllib.fpm
+ :members:
+ :undoc-members:
+
pyspark.mllib.linalg module
---------------------------