Github user mgaido91 commented on a diff in the pull request:
https://github.com/apache/spark/pull/19337#discussion_r143705705
--- Diff:
mllib/src/test/scala/org/apache/spark/ml/clustering/LDASuite.scala ---
@@ -119,6 +121,8 @@ class LDASuite extends SparkFunSuite with
MLlibTestSparkContext with DefaultRead
assert(lda.getLearningDecay === 0.53)
lda.setLearningOffset(1027)
assert(lda.getLearningOffset === 1027)
+ lda.setEpsilon(1e-3)
--- End diff --
Thanks.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]