File tree 2 files changed +16
-16
lines changed
2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 34
34
</p >
35
35
36
36
<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.
45
45
</p >
46
46
47
47
<h2 >Estimators</h2 >
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ CurrentModule = CausalELM
13
13
14
14
# Overview
15
15
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.
24
24
25
25
## Estimators
26
26
CausalELM implements estimators for aggreate e.g. average treatment effect (ATE) and
You can’t perform that action at this time.
0 commit comments