aaronwtr

Results 7 comments of aaronwtr

I'm trying to get `pyg-lib` installed on a HPC, but getting the below error when I do: ``` pip install ninja wheel cmake pip install git+https://github.com/pyg-team/pyg-lib.git ``` ERROR: ``` Building...

I am not sure if this also works for deep explainer objects; but have you already tried the "save" and "load" methods of the [Explainer object](https://github.com/slundberg/shap/blob/master/shap/explainers/_explainer.py )?

Any word on the 2FA support? Currently unable to use this because of it: ``` Exception: Could not login. Response: {"status":6,"statusText":"totpNeeded"} ```

You can use shap.save_html to save plots as HTML objects which can consequently be visualized in any web browser.

Hi @slundberg, my reasoning was more practical than based on solid theory but I can share some of my thinking so that we hopefully will be able to figure out...

I was searching myself for particular samples in my dataset where this occurred and couldn't immediately find it as well. I remember that a while back I was trying to...