Code Monkey home page Code Monkey logo

Comments (3)

oegedijk avatar oegedijk commented on May 22, 2024

Ah, one of the models that I had not gotten around to writing a test for :)

In any case I can see the issue. shap.TreeExplainer(model).expected_value outputs array([-0.5844817]). For most binary classification models expected_value outputs a np.ndarray([float probability/logodds negative class, float probability/logodds positive class]), or simply a float with the probability/logodds of the positive class. However, for GradientBoostingClassifier for some reason it outputs an np.ndarray([logodds positive class]). Had not taken care of that corner case yet. (I think shap tries to follow the output format of the underlying model, but this does lead to some confusing heterogeneity in outputs formats)

In any case will add some code to autodetect this (and also force GradientBoostingClassifier to outputs probabilities by default and add some integration tests for GradientBoostingClassifier and HistGradientBoostingClassifier).

Thanks for letting me know, and let me know if you run into any other issues with other models!

from explainerdashboard.

oegedijk avatar oegedijk commented on May 22, 2024

released a fix with version 0.1.13

Seems to work on my end, let me know if it works for you as well..

from explainerdashboard.

james-pearce avatar james-pearce commented on May 22, 2024

Works for me! I am astonished by the speed of your response.

Best
James

from explainerdashboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.