Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small doc fixes #25

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/examples/azcausal.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,9 @@
{
"cell_type": "markdown",
"id": "9",
"metadata": {
"title": "As before, we may now go about estimating the treatment. However, this"
},
"metadata": {},
"source": [
"time we see that the delta between the estaimted and true effect is much larger than\n",
"As before, we may now go about estimating the treatment. However, this time we see that the delta between the estimated and true effect is much larger than\n",
"before."
]
},
Expand Down
8 changes: 3 additions & 5 deletions docs/examples/basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@
{
"cell_type": "markdown",
"id": "3",
"metadata": {
"title": "Simulating a dataset is as simple as specifying a `Config` object and"
},
"metadata": {},
"source": [
"then invoking the `simulate` function. Once simulated, we may visualise the data\n",
"Simulating a dataset is as simple as specifying a `Config` object and then invoking the `simulate` function. Once simulated, we may visualise the data\n",
"through the `plot` function."
]
},
Expand Down Expand Up @@ -321,7 +319,7 @@
"variation. In a follow-up notebook, we show how these datasets may be integrated with\n",
"Amazon's own AZCausal library to compare the effect estimated by a model with the true\n",
"effect of the underlying data generating process. A link to this notebook is\n",
"[here](http://localhost:9998/causal-validation/examples/azcausal/)."
"[here](https://amazon-science.github.io/causal-validation/examples/azcausal/)."
]
}
],
Expand Down
16 changes: 0 additions & 16 deletions docs/examples/placebo_test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -207,22 +207,6 @@
"datasets = DatasetContainer([data, complex_data], names=[\"Simple\", \"Complex\"])\n",
"PlaceboTest([model, did_model], datasets).execute().summary()"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "14",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "15",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Loading