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.
It seems that I cannot cancel the API call. How can I stop the code?
I’ve also done the followings none of which worked:
- Killing running Python processes
- Killing the parent process (PPID)
- System reboot
New contributor
Kuromi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.