oegedijk / explainerdashboard

Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models.

Home Page:http://explainerdashboard.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logodds: difference between contributions plot and prediction box

rita-a-oliveira-alb opened this issue · comments

From the code

image

I built an explainer dashboard, which includes the following outputs:

ExplainerDashboard_PredictionBox ExplainerDashboard_ContributionsPlot

The underlying problem is one of multiclassification, with classes 0, 1 and 2. The model used was LGBM.

In the previous images, I chose class 2 as the positive class. My question is why the logodd predicted in the Contributions Plot is different from the logodd of class 2 in the Prediction box and how is the first logodd calculated?