Github user staple commented on the pull request:

    https://github.com/apache/spark/pull/2362#issuecomment-55636095
  
    @davies understood, thanks for the feedback. It sounds like for now the 
preference is to continue caching the python serialized version because the 
reduced memory footprint is currently worth the cpu cost of repeated 
deserialization.
    
    Would it make sense to preserve the portions of this patch that drop 
caching for the NaiveBayes, ALS, and DecisionTree learners, which I do not 
believe require external caching to prevent repeated RDD re-evaluation during 
learning? NavieBayes only evaluates its input RDD once, while ALS and 
DecisionTree internally persist transformations of their input RDDs.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to