You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/02/13 15:52:51 UTC

[GitHub] [spark] srowen commented on a change in pull request #27564: [SPARK-30813][ML] Fix Matrices.sprand comments

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org