-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xgboost spark: Support XGBRanker #8110
Comments
@trivialfis @wbo4958 Do you have time to add this feature ? :) |
Hi @WeichenXu123, I am pretty busy recently. I can't guarantee that I can make it in xgboost 2.0 |
@wbo4958 Understood. I can do it instead. Could you give the ETA of xgboost 2.0 releasing ? |
@dbczumar Heads-up: I might need to spend some additional time to work on this because of above reason. :) |
We are doing feature-based releases. |
@trivialfis I have a question, in XGBRanker distributed training, shall we ensure each group training examples being put in the same worker data split ? And does training examples need to be sorted by "qid" first ? |
Apologies for missing the thread.
yes.
No |
@WeichenXu123 @trivialfis Sorry, I didn't see #8172 has sorted the qid first? please correct me. |
Users can have it sorted. Otherwise there will be an error in c++. |
I don't see any documentation but SparkXGBRanker class is implemented at https://github.com/dmlc/xgboost/blob/master/python-package/xgboost/spark/estimator.py. Is it ready for use? |
Opened a PR for the doc #8692 . It's currently experimental. |
Xgboost spark: Support XGBRanker
The text was updated successfully, but these errors were encountered: