Closed aprilffff closed 3 years ago
Thanks for mentioning this. I have added a warning when saving a Booster that the GPModel (gp_model) is not saved.
I cannot tell you when I have time to implement this feature. Any contributions are highly welcome.
I'm also having problems trying to save the model.
First of all: nice package! I was following this tutorial and I encountered the problem that the SHAP package only analyzes the LightGBM part of the model. To the best of my knowledge, SHAP does not take into account the random effects part. It has probably to do with this issue, too.
First of all: nice package! I was following this tutorial and I encountered the problem that the SHAP package only analyzes the LightGBM part of the model. To the best of my knowledge, SHAP does not take into account the random effects part. It has probably to do with this issue, too.
Thank you. Yes, only the tree-part of the model is interpreted and random effects are not taken into account. This is how it should be and this is not related to this issue of saving a model. There is not much to explain concerning the random effects. If you like, you can inspect every random effect of every group, but there are no interactions between the random effects and the other predictor variables.
Saving a model is currently not implemented. Implementing this requires additional code that does the saving of everything related to the gp_model (for the tree-part, one can use the LightGBM code).
This feature is on my todo list, but there are other things that have higher priority.
Thanks!
On Thu, Feb 18, 2021 at 9:42 AM Fabio Sigrist notifications@github.com wrote:
Closed #5 https://github.com/fabsig/GPBoost/issues/5.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/fabsig/GPBoost/issues/5#event-4345489914, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG4HV7UB5HMERUFZF4U63O3S7THFXANCNFSM4N4GBIIA .
as discussed in https://github.com/fabsig/GPBoost/issues/4#issuecomment-643186989