Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
sprivite committed Jul 2, 2024
1 parent b9c6f03 commit 17595ff
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 62 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ must be adjusted for as part of any causal inference analysis. That is where
in non-randomized populations. In `pybalance`, we start with measures of "balance"
(how similar two populations are) and directly optimize this metric. This approach is
different, and we think almost always better, from the well-known propensity score
approach (see our [demo](https://bayer-group.github.io/pybalance/demos/ps_matcher.html)),
in which the probability of treatment assignment is modelled, but balance metrics are
almost always anyway implicitly defining the success criterion. Our approach here is to
explicitly define and directly optimize the balance metric that is relevant for the
given problem.
approach, in which the probability of treatment assignment is modelled, but balance metrics
are almost always anyway implicitly defining the success criterion
(see our [demo](https://bayer-group.github.io/pybalance/demos/ps_matcher.html)).
Our approach here is to explicitly define and directly optimize the balance metric that
is relevant for the given problem.

The `pybalance` library implements several routines for optimizing balance. To learn more
about these methods, head on over to the
Expand Down
124 changes: 67 additions & 57 deletions sphinx/demos/card_matcher.ipynb

Large diffs are not rendered by default.

0 comments on commit 17595ff

Please sign in to comment.