cfrnet
cfrnet copied to clipboard
Counterfactual Regression
Hi Fredrik, Thanks for your interesting work. I'm recently reading your paper, but have one confuison in my mind that can not go away. The confusion is, in the experiment...
'res' in cfr_net.py line 149 is not defined. It should be res = tf.abs(y - y_) or just use 'risk' equivalently.
Thanks for sharing your code and excellent work! I try to run your code on other experimental data. However, I run into an error when using wass. The code works...
Thank you for sharing the code. I am reading through the code to understand how it works. I am wondering whether there exists a bug in implementing "reweight_sample" option. ```...
Hi, I am running a linux mint machine in a virtual enviroment. (python27) andrewcz@andrewcz-PORTEGE-Z30t-B ~/cfrnet $ cd ~ (python27) andrewcz@andrewcz-PORTEGE-Z30t-B ~ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0-cp27-none-linux_x86_64.whl (python27) andrewcz@andrewcz-PORTEGE-Z30t-B ~ $ pip install...
Hi, I'd like to use cfrnet code to run counterfactual analysis. Shall we use cfr_net_train.py to train a model? If so, then what's the usage to call this script? I...
Can you share the jobs example?
Hi, I ran the simulation using the provided configuration and observed results that appear to differ from the results reported in your paper. Despite my efforts to investigate the cause...
In my case, treatments is not binary, but mulitple, eg. T=0,1,2,3. Can I use cfrnet?