Skip to content

Commit 860c1bc

Browse files
authored
Add ITS lift testing notebook for MMM calibration (#547)
* initial stab at notebook * misc formatting + text changes * remove a heading * formatting + cell tags * remove lame reference section * remove notion of scaling lift test results. pymc-marketing doesn't need that * update to mean uplift and update exporting of lift test result dictionary
1 parent 921c9f7 commit 860c1bc

File tree

3 files changed

+1524
-1
lines changed

3 files changed

+1524
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
exclude_types: [svg]
2323
- id: check-yaml
2424
- id: check-added-large-files
25-
exclude: &exclude_pattern 'iv_weak_instruments.ipynb'
25+
exclude: &exclude_pattern '(iv_weak_instruments|its_lift_test)\.ipynb'
2626
args: ["--maxkb=1500"]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
2828
rev: v0.14.4

docs/source/notebooks/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ did_pymc_banks.ipynb
4040
its_skl.ipynb
4141
its_pymc.ipynb
4242
its_covid.ipynb
43+
its_lift_test.ipynb
4344
:::
4445

4546
:::{toctree}

docs/source/notebooks/its_lift_test.ipynb

Lines changed: 1522 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)