Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update explainer_base.py #424

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Dec 23, 2023

  1. Update explainer_base.py

    Bug fix to resolve "ValueError: ('Feature', {}, 'has a value outside the dataset.')" caused due to 'genetic' method when used for Private data with a query instance size > 1
    
    Signed-off-by: Praveenkumar <praveen1050208@gmail.com>
    praveenjune17 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    2af7562 View commit details
    Browse the repository at this point in the history
  2. Update private_data_interface.py

    Remove duplicate code
    
    Signed-off-by: Praveenkumar <praveen1050208@gmail.com>
    praveenjune17 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    fb2a5db View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Update conftest.py

    Add test query dataset and model
    
    Signed-off-by: Praveenkumar <praveen1050208@gmail.com>
    praveenjune17 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    bf085e2 View commit details
    Browse the repository at this point in the history
  2. Update test_explainer_base.py

    Add test case for the fix
    
    Signed-off-by: Praveenkumar <praveen1050208@gmail.com>
    praveenjune17 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    73eee99 View commit details
    Browse the repository at this point in the history