Skip to content

Commit 080b83b

Browse files
authored
Merge pull request #2 from amazon-science/links-update
Update links
2 parents 5cf2070 + a227b2d commit 080b83b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ inflated_data = effect(trended_data)
3333
plot(inflated_data)
3434
```
3535

36+
![](https://raw.githubusercontent.com/amazon-science/causal-validation/main/static/readme_fig.png?token=GHSAT0AAAAAACTFBAFOPO3QHKOVJ26W4DU4ZWHSWFA)
37+
3638

3739
## Examples
3840

@@ -47,7 +49,7 @@ In this section we guide the user through the installation of this package. We d
4749
### Prerequisites
4850

4951
- Python 3.10 or higher
50-
- [Poetry](https://python-poetry.org/) (optional, but recommended)
52+
- [Hatch](https://hatch.pypa.io/latest/) (optional, but recommended)
5153

5254
### For Users
5355

examples/basic.pct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@
166166
# variation. In a follow-up notebook, we show how these datasets may be integrated with
167167
# Amazon's own AZCausal library to compare the effect estimated by a model with the true
168168
# effect of the underlying data generating process. A link to this notebook is
169-
# [here](PLACEHOLDER).
169+
# [here](https://github.com/amazon-science/causal-validation/blob/main/examples/azcausal.pct.py).

0 commit comments

Comments
 (0)