-
See #133 for a discussion
-
Dear Fabio,
Do you mind including your checkpoints for the model you used for the MRI data? The notebook `eval_example`, under the UKBB/MIMIC section seems to load a pre-trained model.
Thank Yo…
-
May be out of scope for this project (or just for now), but @SamuelBrand1 points us to `epidemia`'s interface for counterfactuals, which I think is cool. This is somewhat straightforward to implement,…
-
Greetings!
I would like to visualize the counterfactuals found by VeriX. In the "VeriX" class, "get_explanation" function, I set the "plot_counterfactual" argument to true. The resulting counterfac…
-
Just today, I noticed that the explanation dict for counterfactuals sometimes returns None. It does include the query object, but the counterfactual object is None. Any idea why may that happen? Thank…
-
When I run the tutorial [Example: Deep structural causal model counterfactuals](https://basisresearch.github.io/chirho/deepscm.html), the following cell:
```Python
adam_params = {"lr": 1e-3}
batch_…
-
The output range of my regression prediction is [1, 30], while most targets are lower than 2.
When I generate counterfactuals with an expected output of 10 or more for a particular instance, the _**g…
-
Hi. Thank you for great package for Interpret.
Here's my question.
How can I get the index of counterfactuals?
--------------------------------------------------------
ebm = ExplainableBoost…
-
Hi,
I've trained DICE with a k-nn classifier, and want to generate counterfactuals for a test set from the same dataset. It works fine for most instances in the test set, but for others, it remains…
-
I'm using dice-ml - 0.6.1 version. I wanted to perform some DataFrame operations on the generated counterfactuals.
![image](https://github.com/interpretml/DiCE/assets/61258323/44bfae3f-08a4-4874-a92e…