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/24 03:12:35 UTC

[GitHub] [spark] zhengruifeng commented on issue #27600: [MINOR][ML] ML cleanup

zhengruifeng commented on issue #27600: [MINOR][ML] ML cleanup
URL: https://github.com/apache/spark/pull/27600#issuecomment-590154116
 
 
   @srowen I think converting `.view` to `.iterator` in ALS will not hur performance, since they are used in `mapPartitions` which need a `Iterator` as output, in current impl, I think the `IndexedSeqView` will be convertt to `Iterator` implicitly

----------------------------------------------------------------
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