-
Trying to aggregate the various issues into one to collect feedback.
I invite everyone to read the [SponsorLink announcement](https://www.cazzulino.com/sponsorlink.html) to understand the intention…
-
Currently, the package supports Adjusted Predictions (and Marginal Means) and thus essentially holds predictors at typical values such as their mean. This is a reasonable approach. But since the packa…
-
Hi, thank you for your helpful codes and results. I am recently learning Counterfactual Regret Minimization algorithm and experimenting with 1vs1 Liar's dice.
![image](https://user-images.githubus…
-
the SigSci-CREG method uses count regression model to and forecast flu hospitalizations. the approach steps finds the best fitting model from a list of models, *all* of which currently include ILI as …
-
Hi, I've enjoyed playing with ROME and appreciate the interactive colab notebooks! I tried it out myself using `gpt2-xl` and I'm running into some strange behavior. Below, I've pasted the JSON for one…
-
Hi!!
For the function CounterFactualRLTabular the ranges for age are defined in such a way that the age feature cannot decrease. However, I noticed, running the exact same notebook "Counterfactual…
-
Hi @WillianFuks and thank you for that package,
I was wondering if tfcausalimpact is capable of saying "the event has no impact on Y" with a p-value
-
This issue is for design and discussion of implementing the counterfactual method (from hereon referred to as CF-RL) from our recent paper [Model-agnostic and Scalable Counterfactual Explanations via …
-
### [Stanford AI Index Report](https://hai.stanford.edu/research/ai-index-2022) ###
- [Ch.1: Research & Development](https://github.com/jungwoo-ha/WeeklyArxivTalk/issues/45#issuecomment-1079926676) (…
-
In order to make the code run on pytorch1.8, two changes have been made.
One is to change .data[0] to item(), and the other is to remove all the volatile parameters of Variable(,volatile=True)
whe…