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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
