From aa1587fec5a08eeca78a06389599939d8dced0bf Mon Sep 17 00:00:00 2001 From: ludatabricks <38018689+ludatabricks@users.noreply.github.com> Date: Tue, 12 Jun 2018 13:10:12 -0700 Subject: [PATCH] [ML-3824] Add benchmarks to mllib-large.yaml for FPGrowth (#151) Benchmark for FPGrowth is added to mllib-large.yaml. --- .../databricks/spark/sql/perf/mllib/config/mllib-large.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/com/databricks/spark/sql/perf/mllib/config/mllib-large.yaml b/src/main/resources/com/databricks/spark/sql/perf/mllib/config/mllib-large.yaml index 93e39f4..26a2970 100644 --- a/src/main/resources/com/databricks/spark/sql/perf/mllib/config/mllib-large.yaml +++ b/src/main/resources/com/databricks/spark/sql/perf/mllib/config/mllib-large.yaml @@ -59,6 +59,10 @@ benchmarks: optimizer: - em - online + - name: fpm.FPGrowth + params: + numItems: 10000 + itemSetSize: [4, 10] - name: recommendation.ALS params: numExamples: 50000000