Skip to content

Commit 328138c

Browse files
committed
Updated readme and index
1 parent 7edd9ff commit 328138c

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
</p>
3535

3636
<p>
37-
CausalELM provides easy-to-use implementations of modern causal inference methods. While
38-
CausalELM implements a variety of estimators, they all have one thing in common—the use of
39-
machine learning models to flexibly estimate causal effects. This is where the ELM in
40-
CausalELM comes from—the machine learning model underlying all the estimators is an extreme
41-
learning machine (ELM). ELMs are a simple neural network that use randomized weights and
42-
offer a good tradeoff between learning non-linear dependencies and simplicity. Furthermore,
43-
CausalELM implements bagged ensembles of ELMs to reduce the variance resulting from
44-
randomized weights.
37+
CausalELM provides easy-to-use implementations of modern causal inference methods in a
38+
lightweight package. While CausalELM implements a variety of estimators, they all have one
39+
thing in common—the use of machine learning models to flexibly estimate causal effects. This
40+
is where the ELM in CausalELM comes from—the machine learning model underlying all the
41+
estimators is an extreme learning machine (ELM). ELMs are a simple neural network that use
42+
randomized weights and offer a good tradeoff between learning non-linear dependencies and
43+
simplicity. Furthermore, CausalELM implements bagged ensembles of ELMs to reduce the
44+
variance resulting from randomized weights.
4545
</p>
4646

4747
<h2>Estimators</h2>

docs/src/index.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ CurrentModule = CausalELM
1313

1414
# Overview
1515

16-
CausalELM provides easy-to-use implementations of modern causal inference methods. While
17-
CausalELM implements a variety of estimators, they all have one thing in common—the use of
18-
machine learning models to flexibly estimate causal effects. This is where the ELM in
19-
CausalELM comes from—the machine learning model underlying all the estimators is an extreme
20-
learning machine (ELM). ELMs are a simple neural network that use randomized weights and
21-
offer a good tradeoff between learning non-linear dependencies and simplicity. Furthermore,
22-
CausalELM implements bagged ensembles of ELMs to reduce the variance resulting from
23-
randomized weights.
16+
CausalELM provides easy-to-use implementations of modern causal inference methods in a
17+
lightweight package. While CausalELM implements a variety of estimators, they all have one
18+
thing in common—the use of machine learning models to flexibly estimate causal effects. This
19+
is where the ELM in CausalELM comes from—the machine learning model underlying all the
20+
estimators is an extreme learning machine (ELM). ELMs are a simple neural network that use
21+
randomized weights and offer a good tradeoff between learning non-linear dependencies and
22+
simplicity. Furthermore, CausalELM implements bagged ensembles of ELMs to reduce the
23+
variance resulting from randomized weights.
2424

2525
## Estimators
2626
CausalELM implements estimators for aggreate e.g. average treatment effect (ATE) and

0 commit comments

Comments
 (0)