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

fix for shap.maskers.Impute class #3379

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Nov 3, 2023

  1. initializing fix for shap.maskers.Impute class

    h/t: jasonmhite
    Jordan Stomps committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    53835a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    7db61b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. adding a LinearImpute class for legacy code

    Jordan Stomps committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    dd13787 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf8a8ac View commit details
    Browse the repository at this point in the history
  3. changing LinearImpute to handle pandas.DataFrame instead of pandas.Se…

    …ries
    Jordan Stomps committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5f6e58a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. code suggestions from @CloseChoice

    Co-authored-by: Tobias Pitters <31857876+CloseChoice@users.noreply.github.com>
    Jordan Stomps and CloseChoice committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    43d47f6 View commit details
    Browse the repository at this point in the history
  2. addressing feedback from PR

    Jordan Stomps committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    75c88e8 View commit details
    Browse the repository at this point in the history