Skip to content

Commit 5aa34f0

Browse files
committed
Updated readme
1 parent 5aa51fa commit 5aa34f0

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

-16
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,6 @@
3333
</a>
3434
</p>
3535

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>
5236
<p>
5337
CausalELM provides easy-to-use implementations of modern causal inference methods. While
5438
CausalELM implements a variety of estimators, they all have one thing in common—the use of

0 commit comments

Comments
 (0)