We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80c6681 + 3da56e5 commit 5925113Copy full SHA for 5925113
mllib/src/test/scala/org/apache/spark/mllib/regression/LinearRegressionSuite.scala
@@ -137,7 +137,7 @@ class LinearRegressionClusterSuite extends FunSuite with LocalClusterSparkContex
137
}.cache()
138
// If we serialize data directly in the task closure, the size of the serialized task would be
139
// greater than 1MB and hence Spark would throw an error.
140
- val model = LinearRegressionWithSGD.train(points, 2 )
+ val model = LinearRegressionWithSGD.train(points, 2)
141
val predictions = model.predict(points.map(_.features))
142
}
143
0 commit comments