Skip to content

Commit

Permalink
Updated readme and index
Browse files Browse the repository at this point in the history
  • Loading branch information
dscolby committed Dec 17, 2024
1 parent 7edd9ff commit 328138c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
</p>

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

<h2>Estimators</h2>
Expand Down
16 changes: 8 additions & 8 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ CurrentModule = CausalELM

# Overview

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

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

0 comments on commit 328138c

Please sign in to comment.