Skip to content

Is there a way to show explain_local without resetting the index? #72

@hexgnu

Description

@hexgnu

Hey again,

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

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions