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

Supporting quantile regression with XGBoost #1143

Open
pbhogale opened this issue Jul 26, 2024 · 1 comment
Open

Supporting quantile regression with XGBoost #1143

pbhogale opened this issue Jul 26, 2024 · 1 comment

Comments

@pbhogale
Copy link

Feature

In situations when one wants to use R to do a quantile regression, the options available are fairly limited - the quantreg package and quantregForests are two.

On the other hand, since version 2.0.0, XGBoost also provides a quantile regression option, available in the R package as well.

  1. It would be useful in and off itself to provide an interface to this capability from boost_tree so that quantile regression with xgboost is available out of the box
  2. The function probably::int_conformal_quantile it might also be useful to give an option to use the xgboost quantile regression or the quantreg rq function instead of regression forests.
@joranE
Copy link

joranE commented Jul 26, 2024

I also am extremely interested in quantile regression being added to parsnip, but that feature is (AFAICT) not available yet in the xgboost R package, and probably will be some time coming still. They are rewriting the entire R interface to the underlying xgboost library and won't enable quantile regression until that's done. Skimming the linked issue, I think there is still a lot of work to do.

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

2 participants