Giter Site home page Giter Site logo

sinet's Introduction

SINET

  • This repository reproduces the experimental results of a paper "Causal Effect Estimation on Hierarchical Spatial Graph Data" presented in KDD 2023.

  • https://dl.acm.org/doi/10.1145/3580305.3599269

  • An example of hierarchical spatial graph data with global and local graphs containing covariates (blue), intervention (green).

Hierachy

  • An example of network structures of SINet SINet

Requirements

  • python 3
  • To install requirements:
conda env create -f environment.yml
conda activate sinet_env

Directory structure

.
├── README.md
├── config
│   └── GWN-GWN-MLP
│       ├── make_script.py
│       ├── run_script.sh
│       ├── script
│       └── template.yml
├── data
│   ├── experiment
│   ├── sample
│   │   ├──xz <- download sample.zip and unzip it
│   │   └──y  <- download sample.zip and unzip it
│   ├── source
│   └── y_scaler.pkl
├── demo_sinet.py <- run this!
├── environment.yml
├── model
│   ├── sinet.py
│   └── template.py
├── out
└── util
    ├── smoothmax.py
    ├── util_dataloader.py
    ├── util_globalgraph.py
    ├── util_seatgraph.py
    └── util_stgraph.py

Preprocessing

  • The simulation data can be download from here and should be set in the folder ./data/.

Main analysis

  • see demo_sinet.py for run a demo.
  • see ./config/run_script.sh for commands for running scripts.
  • Further details are documented within the code.

Citation

If you find this repository, e.g., the code and the datasets, useful in your research, please cite the following paper:

@inproceedings{takeuchi2023sinet,
  title={Causal Effect Estimation on Hierarchical Spatial Graph Data},
  author={Takeuchi, Koh and Nishida, Ryo and Kashima, Hisashi and Onishi, Masaki},
  booktitle={the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD '23)},
  year={2023}
}

sinet's People

Contributors

koh-t avatar sinet0 avatar

Stargazers

 avatar

Watchers

 avatar

sinet's Issues

Sample data

Data cannot be downloaded from the dropbox.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.