Mu Wang
Results
2
comments of
Mu Wang
Hi @adalke , thank you for your help. I will try the `v3-dev` version of mmpdb.
Can be fixed by adding the following before passing the model to `TreeExplainer`, if your booster name is `gbm`. ```python gbm.params['objective'] = 'binary' # or whatever is appropriate ```