Skip to content

Commit

Permalink
example: scale of synthetic graph
Browse files Browse the repository at this point in the history
  • Loading branch information
kenki931128 committed May 3, 2024
1 parent f81140f commit 2f597b2
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 83 deletions.
42 changes: 21 additions & 21 deletions examples/0 - sample data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -268,27 +268,27 @@
"name": "stderr",
"output_type": "stream",
"text": [
"unit 1 kept. lift: 0.756 ~ 1.298, moe: -2.031 ~ 2.481 \n",
"unit 2 kept. lift: 0.688 ~ 1.338, moe: -1.844 ~ 1.996 \n",
"unit 3 kept. lift: 0.738 ~ 1.254, moe: -2.053 ~ 1.989 \n",
"unit 4 kept. lift: 0.692 ~ 1.396, moe: -2.112 ~ 2.715 \n",
"unit 5 kept. lift: 0.704 ~ 1.352, moe: -2.035 ~ 2.422 \n",
"unit 6 out of lift threshold. lift: 0.499 ~ 1.308, moe: -2.941 ~ 1.807 \n",
"unit 7 out of lift threshold. lift: 0.563 ~ 1.291, moe: -3.095 ~ 2.062 \n",
"unit 8 out of lift threshold. lift: 0.639 ~ 1.455, moe: -2.098 ~ 2.646 \n",
"unit 9 kept. lift: 0.687 ~ 1.400, moe: -1.840 ~ 2.356 \n",
"unit 10 out of lift threshold. lift: 0.619 ~ 1.405, moe: -2.385 ~ 2.540 \n",
"unit 11 out of lift threshold. lift: 0.587 ~ 1.340, moe: -2.498 ~ 2.056 \n",
"unit 12 out of lift threshold. lift: 0.645 ~ 1.440, moe: -2.022 ~ 2.510 \n",
"unit 13 kept. lift: 0.675 ~ 1.325, moe: -2.106 ~ 2.110 \n",
"unit 14 kept. lift: 0.689 ~ 1.343, moe: -2.071 ~ 2.282 \n",
"unit 15 out of lift threshold. lift: 0.576 ~ 1.324, moe: -2.329 ~ 1.779 \n",
"unit 16 kept. lift: 0.697 ~ 1.318, moe: -1.909 ~ 2.002 \n",
"unit 17 out of lift threshold. lift: 0.575 ~ 1.604, moe: -2.205 ~ 3.138 \n",
"unit 18 kept. lift: 0.699 ~ 1.299, moe: -2.103 ~ 2.090 \n",
"unit 19 out of lift threshold. lift: 0.654 ~ 1.351, moe: -2.680 ~ 2.724 \n",
"unit 20 out of lift threshold. lift: 0.537 ~ 1.312, moe: -2.677 ~ 1.803 \n",
"100%|██████████████████████████████████████████| 20/20 [00:00<00:00, 751.18it/s]\n"
"unit 1 kept. lift: 0.756 ~ 1.298, moe: -2.031 ~ 2.481 \n",
"unit 2 kept. lift: 0.688 ~ 1.338, moe: -1.844 ~ 1.996 \n",
"unit 3 kept. lift: 0.738 ~ 1.254, moe: -2.053 ~ 1.989 \n",
"unit 4 kept. lift: 0.692 ~ 1.396, moe: -2.112 ~ 2.715 \n",
"unit 5 kept. lift: 0.704 ~ 1.352, moe: -2.035 ~ 2.422 \n",
"unit 6 out of lift threshold. lift: 0.499 ~ 1.308, moe: -2.941 ~ 1.807 \n",
"unit 7 out of lift threshold. lift: 0.563 ~ 1.291, moe: -3.095 ~ 2.062 \n",
"unit 8 out of lift threshold. lift: 0.639 ~ 1.455, moe: -2.098 ~ 2.646 \n",
"unit 9 kept. lift: 0.687 ~ 1.400, moe: -1.840 ~ 2.356 \n",
"unit 10 out of lift threshold. lift: 0.619 ~ 1.405, moe: -2.385 ~ 2.540 \n",
"unit 11 out of lift threshold. lift: 0.587 ~ 1.340, moe: -2.498 ~ 2.056 \n",
"unit 12 out of lift threshold. lift: 0.645 ~ 1.440, moe: -2.022 ~ 2.510 \n",
"unit 13 kept. lift: 0.675 ~ 1.325, moe: -2.106 ~ 2.110 \n",
"unit 14 kept. lift: 0.689 ~ 1.343, moe: -2.071 ~ 2.282 \n",
"unit 15 out of lift threshold. lift: 0.576 ~ 1.324, moe: -2.329 ~ 1.779 \n",
"unit 16 kept. lift: 0.697 ~ 1.318, moe: -1.909 ~ 2.002 \n",
"unit 17 out of lift threshold. lift: 0.575 ~ 1.604, moe: -2.205 ~ 3.138 \n",
"unit 18 kept. lift: 0.699 ~ 1.299, moe: -2.103 ~ 2.090 \n",
"unit 19 out of lift threshold. lift: 0.654 ~ 1.351, moe: -2.680 ~ 2.724 \n",
"unit 20 out of lift threshold. lift: 0.537 ~ 1.312, moe: -2.677 ~ 1.803 \n",
"100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [00:00<00:00, 741.38it/s]\n"
]
}
],
Expand Down
20 changes: 10 additions & 10 deletions examples/1 - synthetic control.ipynb

Large diffs are not rendered by default.

65 changes: 23 additions & 42 deletions examples/2 - placebo test.ipynb

Large diffs are not rendered by default.

40 changes: 30 additions & 10 deletions examples/3 - sensitivity check.ipynb

Large diffs are not rendered by default.

0 comments on commit 2f597b2

Please sign in to comment.