Github user davies commented on a diff in the pull request:

    https://github.com/apache/spark/pull/3261#discussion_r20377537
  
    --- Diff: python/pyspark/mllib/recommendation.py ---
    @@ -23,6 +23,16 @@
     
     
     class Rating(object):
    --- End diff --
    
    It's hard to choose between them according performance micro benchmark, 
they may behave differently in different environment.
    
    All the implementation of MLlib are in scala, Python API is just a wrapper, 
so may the performance of serialization is the most one we should care about, 
not accessors.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to