dsgibbons / shap

A game theoretic approach to explain the output of any machine learning model.
https://shap-community.readthedocs.io/en/latest/
MIT License
25 stars 5 forks source link

accept minor variations in py3.7 waterfall plot #76

Closed thatlittleboy closed 1 year ago

thatlittleboy commented 1 year ago

image

waterfall plot test on py3.7 was failing. due to some very minor differences in text placement. No idea why but I don't think it's worth the time to investigate.

The "error" is not obvious and both plots look fine without scrutiny.

This PR increased the tolerance from 2 -> 3, which is still strict but passes the test.

Follow up PR from #62 .