zhengruifeng commented on a change in pull request #31693:
URL: https://github.com/apache/spark/pull/31693#discussion_r594941499
##########
File path:
mllib/src/test/scala/org/apache/spark/ml/classification/LogisticRegressionSuite.scala
##########
@@ -633,17 +652,7 @@ class LogisticRegressionSuite extends MLTest with
DefaultReadWriteTest {
}
test("sparse coefficients in LogisticAggregator") {
- val bcCoefficientsBinary = spark.sparkContext.broadcast(Vectors.sparse(2,
Array(0), Array(1.0)))
Review comment:
After we center vectors in mlor, we will remove the impl and relative
tests of existing `LogisticAggregator`
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]