-
Notifications
You must be signed in to change notification settings - Fork 0
[shap-waterfall] SHAP Waterfall Plot for Feature Attribution #5237
Copy link
Copy link
Closed
Labels
approvedApproved for implementationApproved for implementationimpl:altair:doneAltair implementation mergedAltair implementation mergedimpl:bokeh:donebokeh implementation mergedbokeh implementation mergedimpl:highcharts:donehighcharts implementation mergedhighcharts implementation mergedimpl:letsplot:doneletsplot implementation mergedletsplot implementation mergedimpl:matplotlib:doneMatplotlib implementation mergedMatplotlib implementation mergedimpl:plotly:doneplotly implementation mergedplotly implementation mergedimpl:plotnine:doneplotnine implementation mergedplotnine implementation mergedimpl:plotnine:failedplotnine max retries exhaustedplotnine max retries exhaustedimpl:pygal:donepygal implementation mergedpygal implementation mergedimpl:seaborn:doneseaborn implementation mergedseaborn implementation mergedspec-readySpecification merged to mainSpecification merged to main
Metadata
Metadata
Assignees
Labels
approvedApproved for implementationApproved for implementationimpl:altair:doneAltair implementation mergedAltair implementation mergedimpl:bokeh:donebokeh implementation mergedbokeh implementation mergedimpl:highcharts:donehighcharts implementation mergedhighcharts implementation mergedimpl:letsplot:doneletsplot implementation mergedletsplot implementation mergedimpl:matplotlib:doneMatplotlib implementation mergedMatplotlib implementation mergedimpl:plotly:doneplotly implementation mergedplotly implementation mergedimpl:plotnine:doneplotnine implementation mergedplotnine implementation mergedimpl:plotnine:failedplotnine max retries exhaustedplotnine max retries exhaustedimpl:pygal:donepygal implementation mergedpygal implementation mergedimpl:seaborn:doneseaborn implementation mergedseaborn implementation mergedspec-readySpecification merged to mainSpecification merged to main
Projects
Status
Done
Description
A waterfall-style chart showing how each feature contributes to pushing a model prediction from a base value (expected output) to the final predicted value. Bars extend left (negative SHAP value) or right (positive SHAP value), stacking cumulatively. This is a core ML explainability visualization complementing the existing SHAP summary plot.
Applications
Data
feature(str) — feature namesshap_value(float) — SHAP contribution per featurebase_value(float) — expected model outputfinal_value(float) — actual predictionNotes