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

feature request: supply lme4 style model formula #93

Open
braza2 opened this issue Mar 9, 2023 · 1 comment
Open

feature request: supply lme4 style model formula #93

braza2 opened this issue Mar 9, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@braza2
Copy link

braza2 commented Mar 9, 2023

Hi,
I have a feature request where one could specify the fixed and random effects via lme4 style formulas.
Cheers,
braza2

@fabsig
Copy link
Owner

fabsig commented Mar 10, 2023

Thank you for the request.

I agree that this might be a convenient feature. However, I currently do not have the time to work on this. Here is demo code that showcases how one can do easily the same thing without formula notation: https://github.com/fabsig/GPBoost/blob/master/R-package/demo/compare_usage_lme4_gpboost.R

Contributions are welcome. Note that GPBoost is a C++ library with Python and R interfaces. This means that the interface from the Python package should be the same as from R. I.e., any changes in the R package, such as lme4 style formula support, must also be implemented equivalently in the Python package. Further, GPBoost can do more than just GLMMs (GPs, boosting, and combinations of the former) and one should also think how these features fit into a formula notation.

@fabsig fabsig added the enhancement New feature or request label Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants