linkedin / TE2Rules

Python library to explain Tree Ensemble models (TE) like XGBoost, using a rule list.
Other
40 stars 5 forks source link

Keyerror #5

Closed hopebii closed 4 months ago

hopebii commented 4 months ago

hello,

I'm running the te2rules demo code in colab and I'm getting the

model_explainer.explain(X=X_train, y=y_train_pred) where I keep getting the result of keyerror : 0. Do you know any solution?