Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GATE and CATE for IRM models #169

Merged
merged 21 commits into from
Dec 23, 2022
Merged

Add GATE and CATE for IRM models #169

merged 21 commits into from
Dec 23, 2022

Commits on Sep 5, 2022

  1. create DoubleMLIRMBLP class and basic unit tests

    Best linear Predictor to construct CATEs and GATEs
    SvenKlaassen committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    2fcc6bb View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. create cate and gate method for irm

    Use the DoubleMLIRMBLP class to create CATE and GATE estimates for DoubleMLIRM objects.
    SvenKlaassen committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    a25d3bc View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    fff77ac View commit details
    Browse the repository at this point in the history
  2. Update double_ml_blp.py

    SvenKlaassen committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    fe3448c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. add unit tests

    add unit tests
    restructure unit tests for blp, cate and gate
    SvenKlaassen committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    bc52a51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb0809c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    756330f View commit details
    Browse the repository at this point in the history
  2. correct typos

    SvenKlaassen committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    a83fe0f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    44ce540 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    6385162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    446415c View commit details
    Browse the repository at this point in the history
  3. extend unit tests

    SvenKlaassen committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    e327081 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dda798f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    c4086db View commit details
    Browse the repository at this point in the history
  2. adjust to PEP8

    SvenKlaassen committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    4a1fa2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9fc8b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    369be3e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. drop .coverage file

    PhilippBach committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    9a18d06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14efdb7 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    5fe966c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    a7263a4 View commit details
    Browse the repository at this point in the history