From 40e97ca3c05ca3f3d135d297a7b23a80e3e6ccea Mon Sep 17 00:00:00 2001 From: Timothy Hunter Date: Tue, 5 Jul 2016 15:01:50 -0700 Subject: [PATCH] comment --- src/main/scala/configs/mllib-small.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/scala/configs/mllib-small.yaml b/src/main/scala/configs/mllib-small.yaml index f9896f0..24408f8 100644 --- a/src/main/scala/configs/mllib-small.yaml +++ b/src/main/scala/configs/mllib-small.yaml @@ -65,6 +65,8 @@ benchmarks: maxIter: 3 - name: regression.LinearRegression params: + numExamples: 100 + numTestExamples: 100 numFeatures: 100 regParam: 0.1 tol: [0.0]