srowen commented on a change in pull request #27564: [SPARK-30813][ML] Fix
Matrices.sprand comments
URL: https://github.com/apache/spark/pull/27564#discussion_r378949244
##########
File path: mllib-local/src/main/scala/org/apache/spark/ml/linalg/Matrices.scala
##########
@@ -1103,7 +1103,7 @@ object Matrices {
DenseMatrix.rand(numRows, numCols, rng)
/**
- * Generate a `SparseMatrix` consisting of `i.i.d.` gaussian random numbers.
+ * Generate a `SparseMatrix` consisting of `i.i.d.` uniform random numbers.
Review comment:
Good catch - there's an identical typo in the mllib module's Matrices class
too. Can you fix it here?
----------------------------------------------------------------
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]