aboutsummaryrefslogtreecommitdiff
path: root/python/run-tests
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/run-tests
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/run-tests')
-rwxr-xr-xpython/run-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/run-tests b/python/run-tests
index b7630c356c..f569a56fb7 100755
--- a/python/run-tests
+++ b/python/run-tests
@@ -77,6 +77,7 @@ function run_mllib_tests() {
run_test "pyspark/mllib/clustering.py"
run_test "pyspark/mllib/evaluation.py"
run_test "pyspark/mllib/feature.py"
+ run_test "pyspark/mllib/fpm.py"
run_test "pyspark/mllib/linalg.py"
run_test "pyspark/mllib/rand.py"
run_test "pyspark/mllib/recommendation.py"