Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shap/shap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.47.1
Choose a base ref
...
head repository: shap/shap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.47.2
Choose a head ref
  • 9 commits
  • 25 files changed
  • 9 contributors

Commits on Mar 22, 2025

  1. Configuration menu
    Copy the full SHA
    af818ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5ce4c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. Add experimental causalml support (#3273)

    * Add basic causalml support
    
    * Move back previous code style
    
    * Add tests for causalml causal trees
    
    * Update causalml support
    
    * get mypy tests passing
    
    * Add causalml support
    
    * Remove commented row from tree instance options
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Remove old causalml tests
    
    * Remove duplciated names in pyproject.toml
    
    * Add experimental warnings support for tree instances integration
    
    * Refactor causal trees tests into single test of consistent outputs
    
    * Move explanation instance into explainers loop in causalml test
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Remove previous causalml test
    
    * Update shap/explainers/_tree.py
    
    Co-authored-by: Tobias Pitters <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fix pre-commit issues
    
    ---------
    
    Co-authored-by: connortann <[email protected]>
    Co-authored-by: Jeremy Goh <[email protected]>
    Co-authored-by: Tobias Pitters <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Tobias Pitters <[email protected]>
    6 people authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    515cb47 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. Fix scatter plot for single unique value (#4041)

    * FIX: handle cases with single unique value in x_jitter suggestion
    
    Co-authored-by: Tobias Pitters <[email protected]>
    
    * Test: add parameterized tests for scatter plot jitter suggestion
    
    * Test: add baseline images for scatter plot value input and add issued number.
    
    ---------
    
    Co-authored-by: Tobias Pitters <[email protected]>
    fabianliebig and CloseChoice authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    e65ea01 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

  1. DOCS: improve shap's top-level readme (#4058)

    Replace "improves" with "increases" when describing how median income affects house prices, as this is more neutral and accurate terminology. Higher median income increases predicted house prices without implying this is necessarily better or worse.
    Hrafz authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    18818de View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. fix mypy errors by installing previous versions of dependencies (#4059)

    * fix mypy errors
    
    * use latest working requirements
    
    * update pyproject.toml
    CloseChoice authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    6baf243 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#4055)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.9...v0.11.4)
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Tobias Pitters <[email protected]>
    pre-commit-ci[bot] and CloseChoice authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    8542f18 View commit details
    Browse the repository at this point in the history
  2. FIX reactdom regression error (#4060)

    * take screenshots of javascript images and save
    
    * update requirements
    
    * skip on windows
    CloseChoice authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    51e557d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

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