[ML-3824] Add benchmarks to mllib-large.yaml for FPGrowth (#151)

Benchmark for FPGrowth is added to mllib-large.yaml.
This commit is contained in:
ludatabricks 2018-06-12 13:10:12 -07:00 committed by Joseph Bradley
parent 6a45dc8a2d
commit aa1587fec5

View File

@ -59,6 +59,10 @@ benchmarks:
optimizer:
- em
- online
- name: fpm.FPGrowth
params:
numItems: 10000
itemSetSize: [4, 10]
- name: recommendation.ALS
params:
numExamples: 50000000