Skip to content
View jakirhasantalukder's full-sized avatar
  • University of South Australia
  • Adelaide Australia

Block or report jakirhasantalukder

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jakirhasantalukder/README.md

CTL

Christopher Tran, Elena Zheleva, "Learning Triggers for Heterogeneous Treatment Effects", AAAI 2019.

Our method is based on and adapted from: https://github.com/susanathey/causalTree

Requirements

  • Python 3
  • sklearn
  • scipy
  • graphviz (if you want to plot the tree)

Installation

through pip

pip install causal_tree_learn

or clone the repository

python setup.py build_ext --inplace

Demo Code

Two demo codes are available to run.

python binary_example.py

Runs the tree on a binary example (asthma.txt)

python trigger_example.py

Runs a tree on a trigger problem where the treatment is continuous (note for now the example is made up and treatment does not affect outcome, this is only to show example code)

Popular repositories Loading

  1. jht jht Public

  2. uplift uplift Public

  3. jakirhasantalukder jakirhasantalukder Public

    Config files for my GitHub profile.

    Python

  4. opensource.guide opensource.guide Public

    Forked from github/opensource.guide

    📚 Community guides for open source creators

    HTML

  5. causalml causalml Public

    Forked from uber/causalml

    Uplift modeling and causal inference with machine learning algorithms

    Python