Skip to content
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

Missing XGBoostRanker in xgboost4j-spark jvm package #10118

Open
Meleeri opened this issue Mar 12, 2024 · 3 comments
Open

Missing XGBoostRanker in xgboost4j-spark jvm package #10118

Meleeri opened this issue Mar 12, 2024 · 3 comments

Comments

@Meleeri
Copy link

Meleeri commented Mar 12, 2024

On the latest version (2.03) of xgboost4j-spark XGBoostClassifer and XGBoostRegressor are available for classification and regression trainning tasks, but there seems to be no equivalent pipeline for learning-to-rank tasks. How should I train a ranking model using current pipelines or lower level apis?Has anyone successfully run it on spark before?

@wbo4958
Copy link
Contributor

wbo4958 commented Mar 13, 2024

No, XGBoost JVM package doesn't support XGBoostRank for now, but I think it's the right time to support it in XGBoost. @trivialfis

@trivialfis
Copy link
Member

The JVM package implements LTR as regression. Yeah, we can have some additional features in there, but let me finish the networking first, it's a huge time killer

@wbo4958
Copy link
Contributor

wbo4958 commented Mar 13, 2024

Yeah, We should move this part from regression to XGBoostRank just like xgboost pyspark

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants