Open kumarprakashmani opened 3 years ago
Hi @kumarprakashmani ,
Thanks for reporting the issue. Could you please let us know in which Notebook environment are you getting this error? And provide an example of how your X_train and Y_train look like?
Moreover, Is this notebook's ClassHistogram() working in your environment?
from interpret.data import ClassHistogram hist = ClassHistogram().explain_data(X_train, y_train, name = 'ESR_Count') show(hist)
IndexError Traceback (most recent call last)