zhengruifeng opened a new pull request #25383: [SPARK-13677][ML] Implement 
Tree-Based Feature Transformation for ML
URL: https://github.com/apache/spark/pull/25383
 
 
   ## What changes were proposed in this pull request?
   Tree-based feature transformation is a widely used feature and already 
implemented in many famous libraries, like sklearn/xgboost/lightgbm/catboost. 
But is still missing in ML.
   The previous discussions and design doc can be found in 
[SPARK-13677](https://issues.apache.org/jira/browse/SPARK-13677), which is the 
only left subtask in 'GBT improvement umbrella' 
[SPARK-14047](https://issues.apache.org/jira/browse/SPARK-14047).
   
   This pr is to add tree-based feature transformation.
   
   ## How was this patch tested?
   existing and added suites

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

Reply via email to