You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi,
I have a feature request where one could specify the fixed and random effects via lme4 style formulas.
Cheers,
braza2
The text was updated successfully, but these errors were encountered: