I'm looking at some explain_local for this model I'm working on and wondering if there's a way to get it to show without resetting the index. Mainly because the indexes are important.
ebm_local = ebm.explain_local(X, y) # These have indexes that mean something
show(ebm_local) # Shows 0,1,2,3,4 implying the indexes were reset