gam-changer icon indicating copy to clipboard operation
gam-changer copied to clipboard

AttributeError: 'ExplainableBoostingClassifier' object has no attribute 'histogram_weights_'

Open lynboussengui opened this issue 2 years ago • 1 comments

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.

lynboussengui avatar Jul 27 '23 14:07 lynboussengui

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.

xiaohk avatar Jul 28 '23 21:07 xiaohk