Relative Content

Tag Archive for pythonshap

How can I stop the python code using SHAP package?

I ran a python code [model_instance_name].shap_values(X) using the python package shap on a Jupyter notebook. The code is still running after kernel interruption and restart and Jupyter server stop, deletion, and restart. By “running”, I mean the run time going up. I don’t see [*] on the left of the cell.