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
import gamchanger as gc
When I run model_data = gc.get_model_data(ebm) I get the following error. I'm already using gam changer version 0.1.13. I trained my EBM model with version 0.3.2
I know that Interpret has changed the names of some parameters, but I thought the latest version of your package was up to date with these changes.
The text was updated successfully, but these errors were encountered:
Hi @lynboussengui! Can you try the latest version of interpret (v0.4.2)? The variable name change was introduced in interpret v.0.4.0. If you have to use interpret v0.3.2, you can try gamchanger v0.1.12.
import gamchanger as gc
When I run
model_data = gc.get_model_data(ebm)
I get the following error. I'm already using gam changer version0.1.13
. I trained my EBM model with version0.3.2
I know that Interpret has changed the names of some parameters, but I thought the latest version of your package was up to date with these changes.
The text was updated successfully, but these errors were encountered: