Skip to content

Feature dependence plots should show a legend mapping colors of lines to indices #26

Description

@FunkyCow5
  • ML Inspector version: 0.0.17
  • Python version: 3.6.1
  • Operating System: Ubuntu 17.04

Description

Feature dependence plots do not show which indices of the input test data they are mapped to. The indices must be matched manually which gets increasingly challenging with the number of plotted lines. Ideally, the indices and their corresponding colors would be shown in a legend. For purely aesthetic reasons, the dots representing the original values of the test data should share the same color as the lines they sit on.

What I Did

mlitest= X_testE.sample(500)
mxr=mli.ModelXRay(gbmodelE,mlitest)
plt.show()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions