Open schelhorn opened 2 years ago
@schelhorn: many thanks for this suggestion!
Just a small clarification: currently, GPBoost supports the following response distributions: gaussian
, bernoulli_probit
(= binary
), bernoulli_logit
, poisson
, gamma
; see here for a list of currently supported likelihoods.
Thank you for the detailed issue with the references 🙌 It's sitting here until the next round of triaging/implementing new models but it hasn't fallen off the radar.
Hi, Upvoting this as I would be very interested to have GPboost included in the tidymodels panel.
The gpboost package on CRAN by @fabsig explains itself as such:
I would suggest that it would make a nice extension to {multilevelmod} due to its ability to model non-linear relationships and work well with high-cardinality categorical data.
From the paper abstract of the approach:
And the main text of the paper:
The paper is very well written and the package is actively developed on Github, with the last commit from two months ago. Multiple usage examples are linked here, the most comprehensive being this one. Model hyperparameters are explained here.
From the documention, I believe it can work with the following responses:
regression, regression_l1, huber, binary, lambdarank, multiclass