ray-project/xgboost_ray

Adding to support to feature_weights

mozjay0619 opened this issue · 2 comments

The current xgboost_ray does not support feature_weights, which I need the support for.

I implemented the feature_weights support in my personal local branch, which I tested for both _CentralRayDMatrixLoader and _DistributedRayDMatrixLoader (did not add the support for RayDeviceQuantileDMatrix). Is there a way to put in the PR for this branch? I don't seem to have permission to do so.

Yard1 commented

You should be able to submit a PR - we have not restricted that.

You are right. I just submitted the PR (#265) for the new support. Closing this issue.