gam-changer
gam-changer copied to clipboard
AttributeError: 'ExplainableBoostingClassifier' object has no attribute 'histogram_weights_'
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.
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.