Trevor Yap

Results 4 issues of Trevor Yap

Hi do anyone know how to run if halfway the BOHP just waiting for something but didn't continue. I don't want to restart and just want to continue from there?

## ❓ Questions and Help We have a set of listed resources available on the website and FAQ: https://captum.ai/ and https://captum.ai/docs/faq . Feel free to open an issue here on...

I saw that the sampling in Lime `lime_tabular.py` is doing the following: `data = data * scale + instance_sample` or `data = data * scale + mean` May I know...

I would like to have to have sigmoid activation function as my variable is a probability.so I just want to bound my variable output between 0 and 1. This will...