@elaraai/east-py-datascience 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -125,7 +125,7 @@ const optimize = East.function([], MADS.Types.ResultType, $ => {
125
125
 
126
126
  | Module | Description | Use Cases |
127
127
  |--------|-------------|-----------|
128
- | **Causal** | Causal inference with DoWhy, EconML, and PyALE | Backdoor-adjusted effect estimation, refutation tests, heterogeneous treatment effects (CATE), ALE dose-response curves |
128
+ | **Causal** | One declarative causal experiment (`Causal.experiment`) over DoWhy / EconML / PyALE internals, plus `Causal.designValidation` (statsmodels power) | Naive vs adjusted effect, confounder balance, propensity overlap, placebo/E-value robustness, and an honesty verdict (refuses when the data can't support an answer); and the real controlled-trial recipe that would confirm it — sample size, split, match-on categories, and a power curve |
129
129
 
130
130
  ### Simulation
131
131