zhengruifeng opened a new pull request #27011: [SPARK-30354][ML] GBT reuse 
DecisionTreeMetadata among iterations
URL: https://github.com/apache/spark/pull/27011
 
 
   ### What changes were proposed in this pull request?
   precompute the `DecisionTreeMetadata` and reuse it for all trees
   
   ### Why are the changes needed?
   Each `DecisionTreeRegressor` needs a pass on the whole dataset to calculate 
the same `DecisionTreeMetadata`.
   with default depth=5, it is about 8% faster then existing impl
   
   ### Does this PR introduce any user-facing change?
   No
   
   ### How was this patch tested?
   existing testsuites
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to