zhengruifeng edited a comment on issue #24920: [SPARK-28117][ML] LDA and BisectingKMeans cache the input dataset if necessary URL: https://github.com/apache/spark/pull/24920#issuecomment-504964823 @srowen it seems that this pr is blocked by [test suite](https://github.com/apache/spark/blob/master/mllib/src/test/scala/org/apache/spark/ml/clustering/BisectingKMeansSuite.scala#L59), would you mind if I disable this test suite for now? @imatiach-msft There was some comments about this testsuite in [SPARK-16473](https://issues.apache.org/jira/browse/SPARK-16473) and you suspected that the chached data is changed in the training. However, I test localy and it seems that the dataset unchanged between serveral calls. Would you mind help reviewing this suite?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
