@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 +1 -1
- package/dist/src/causal/causal.d.ts +1376 -1358
- package/dist/src/causal/causal.d.ts.map +1 -1
- package/dist/src/causal/causal.js +264 -481
- package/dist/src/causal/causal.js.map +1 -1
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +2 -2
- package/dist/src/index.js.map +1 -1
- package/package.json +3 -3
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
|
|
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
|
|