From 5460c58e2e6b407155ec4128a0aa3b468fcb8662 Mon Sep 17 00:00:00 2001 From: igerber Date: Sat, 11 Apr 2026 18:25:41 -0400 Subject: [PATCH] docs: mark B2b Geo-Experiment tutorial as done PR #289 shipped Tutorial 18 (18_geo_experiments.ipynb) but ROADMAP.md still listed B2b as "In progress" with a description that mentioned the GeoLift/CausalImpact comparison. That comparison was explicitly dropped from the tutorial in commit 96d2eea and remains scoped under the separate B2c row. - Flip B2b status to "Done (Tutorial 18)" - Drop the "comparison with GeoLift/CausalImpact" mention (B2c still tracks that work independently) Co-Authored-By: Claude Opus 4.6 (1M context) --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index b1f9ccfe..de7ecc43 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -87,7 +87,7 @@ Parallel track targeting data science practitioners — marketing, product, oper | Item | Priority | Status | |------|----------|--------| | **B2a.** Marketing Campaign Lift tutorial (CallawaySantAnna, staggered geo rollout) | HIGH | Not started | -| **B2b.** Geo-Experiment tutorial (SyntheticDiD, comparison with GeoLift/CausalImpact) | HIGH | In progress | +| **B2b.** Geo-Experiment tutorial (SyntheticDiD) | HIGH | Done (Tutorial 18) | | **B2c.** diff-diff vs GeoLift vs CausalImpact comparison page | MEDIUM | Not started | | **B2d.** Product Launch Regional Rollout tutorial (staggered estimators) | MEDIUM | Not started | | **B2e.** Pricing/Promotion Impact tutorial (ContinuousDiD, dose-response) | MEDIUM | Not started |