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

    https://github.com/apache/spark/pull/6139#discussion_r30625050
  
    --- Diff: python/pyspark/ml/param/shared.py ---
    @@ -482,7 +459,7 @@ def __init__(self):
             self.maxMemoryInMB = Param(self, "maxMemoryInMB", "Maximum memory 
in MB allocated to histogram aggregation.")
             #: param for If false, the algorithm will pass trees to executors 
to match instances with nodes. If true, the algorithm will cache node IDs for 
each instance. Caching can speed up training of deeper trees.
             self.cacheNodeIds = Param(self, "cacheNodeIds", "If false, the 
algorithm will pass trees to executors to match instances with nodes. If true, 
the algorithm will cache node IDs for each instance. Caching can speed up 
training of deeper trees.")
    -
    +        
    --- End diff --
    
    Not needed


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