We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support for quantile linear regression, e.g.
library(parsnip) linear_reg() %>% set_engine("quantreg", tau = 0.50) %>% set_mode("quantiles") # maybe unnecessary... see #85
(This issue stems from Rstudio Community thread and Mara's encouragement to open an issue to move discussion to github.)
The text was updated successfully, but these errors were encountered:
Related to #119
Sorry, something went wrong.
Hi, @juliasilge. I wanted to chime in and add support for adding quantreg as an engine for linear_reg().
Two follow-up questions:
PS. Thanks for all the great work on tidymodels!
int_conformal_quantile()
I wanted to add my support for this too. Enabling quantile regression with quantreg::rq as well as xgboost would be awesome.
quantreg::rq
xgboost
No branches or pull requests
Add support for quantile linear regression, e.g.
(This issue stems from Rstudio Community thread and Mara's encouragement to open an issue to move discussion to github.)
The text was updated successfully, but these errors were encountered: