You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github.com/jamalsenouci/causalimpact returns 404 (repo deleted), which
hard-failed the weekly tools link check. The maintained Python port
(WillianFuks/tfcausalimpact) and Google's R original are both already
cataloged, so the dead entry is removed rather than re-pointed.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@@ -30,7 +30,7 @@ Curated, license- and maintenance-aware index of **software tools** for automate
30
30
31
31
> `last_activity` and `stars_approx` are point-in-time snapshots from the curation pass (see [`README.md`](README.md) for caveats). Status: 🟢 active ≈ commit within ~6 months · 🟡 maintained ≈ within ~2 years · 🔴 dormant ≈ older.
@@ -40,7 +40,6 @@ Curated, license- and maintenance-aware index of **software tools** for automate
40
40
|[CATENets](https://github.com/AliciaCurth/CATENets)| Python | BSD-3-Clause | 🟡 maintained · 2023-08 | sklearn-style JAX/PyTorch implementations of neural-network CATE estimators including TARNet, CFRNet, DragonNet, SNet, FlexTENet, and NN meta-learners. |
41
41
|[causal-curve](https://github.com/ronikobrosly/causal-curve)| Python | MIT | 🟡 maintained · 2024-05 | Python package for estimating causal dose-response curves (continuous-treatment effects) from observational data with confidence intervals. |
42
42
|[CausalImpact](https://github.com/google/CausalImpact)| R | Apache-2.0 | 🟢 active · 2026-03 | Google's R package estimating the causal effect of an intervention on a time series using a Bayesian structural time-series counterfactual model. |
43
-
|[causalimpact (Python)](https://github.com/jamalsenouci/causalimpact)| Python | MIT | 🟡 maintained · 2023-01 | Pure-Python port of Google's CausalImpact (statsmodels-based BSTS) for estimating intervention effects on time series. |
44
43
|[Causalinference](https://github.com/laurencium/Causalinference)| Python | BSD-3-Clause | 🟡 maintained · 2025-06 | Classic Python package for treatment-effect estimation via propensity-score estimation, trimming, subclassification, matching, weighting, and least-squares. |
45
44
|[causallib](https://github.com/BiomedSciAI/causallib)| Python | Apache-2.0 | 🟢 active · 2026-05 | IBM's scikit-learn-style package for estimating causal effects from observational data via IPW, standardization, doubly-robust (AIPW), and matching estimators. |
46
45
|[CausalLift](https://github.com/Minyus/causallift)| Python | BSD-2-Clause | 🔴 dormant · 2019-08 | Uplift modeling package based on the T-learner targeting which customers to treat, usable with both A/B-test and observational data. |
0 commit comments