File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 33
33
</a>
34
34
</p >
35
35
36
- <p >
37
- CausalELM enables estimation of causal effects in settings where a randomized control trial
38
- or traditional statistical models would be infeasible or unacceptable. It enables estimation
39
- of the average treatment effect (ATE)/intent to treat effect (ITE) with interrupted time
40
- series analysis, G-computation, and double machine learning; average treatment effect on the
41
- treated (ATT) with G-computation; cumulative treatment effect with interrupted time series
42
- analysis; and the conditional average treatment effect (CATE) via S-learning, T-learning,
43
- X-learning, R-learning, and doubly robust estimation. Underlying all of these estimators are
44
- ensembles of extreme learning machines, a simple neural network that uses randomized weights
45
- and least squares optimization instead of gradient descent. Once a model has been estimated,
46
- CausalELM can summarize the model and conduct sensitivity analysis to validate the
47
- plausibility of modeling assumptions. Furthermore, all of this can be done in four lines of
48
- code.
49
- </p >
50
-
51
- <h2 >Extreme Learning Machines and Causal Inference</h2 >
52
36
<p >
53
37
CausalELM provides easy-to-use implementations of modern causal inference methods. While
54
38
CausalELM implements a variety of estimators, they all have one thing in common—the use of
You can’t perform that action at this time.
0 commit comments