Skip to content

BorjaGIH/Hydranet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hydranet

Repository of Hydranet, a neural network for the estimation of multivalued treatment effects.

Requirements

The required packages can be found in requirements.txt

Data

In order to generate data for running experiments, run Input_data/data_generator.py. Change output_parent_dir as required, and set dataset to 'ihdp' or 'synthetic'.

Experiments

Run the following command to use Hydranet and replicate experiments and results

python Code/main.py --input_dir='<your_path_to_Hydranet>' --output_dir='<your_path_to_Hydranet/Results>' --Train=True --Analyze=True --dataset=<'ihdp' or 'synthetic'> --main_param=<'bias', 'n_confs' or 'data_size'> --device=<'CPU' or 'GPU'>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages