Skip to content

Commit f17929e

Browse files
author
github-actions
committed
auto: Rebuild docs.
1 parent 1c92f55 commit f17929e

File tree

330 files changed

+556
-182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

330 files changed

+556
-182
lines changed

jupyter_execute/_examples/Covid19_Initial_Posterior_Estimation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"cell_type": "markdown",
13-
"id": "2c2a6521",
13+
"id": "77c61075",
1414
"metadata": {},
1515
"source": [
1616
"## Table of Contents\n",

jupyter_execute/_examples/Linear_Regression_Starter.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@
569569
"id": "NF1XmDmDBRyT"
570570
},
571571
"source": [
572-
"Now, we are ready to train our approximator to learn posterior distributions for linear regression models. To achieve this, we will all `approximator.fit` passing the `simulator` and a bunch of hyperparameters that control how long we want to train.\n",
572+
"Now, we are ready to train our approximator to learn posterior distributions for linear regression models. To achieve this, we will call `approximator.fit` passing the `simulator` and a bunch of hyperparameters that control how long we want to train.\n",
573573
"\n",
574574
"**Note**: when using JAX and the shape of your data differs in every batch (e.g., when observations vary), you will observe some compilation overhead during the first few steps. The total training time for this example is around 2 minutes on a standard laptop."
575575
]
@@ -669,7 +669,7 @@
669669
"id": "nxCV-wdnDa1N"
670670
},
671671
"source": [
672-
"Initial sanity checks of the posterior samples look good. `post_draws[\"beta\"]` has shape `(200, 2000, 2)` which makes sense since we asked for inference of a 200 data sets (first dimension is 200), for which we wanted to generated 1000 posterior samples (second dimension is 1000). The third dimension is 2, since the `beta` variable was defined as a vector of length 2 (intercept and slope)."
672+
"Initial sanity checks of the posterior samples look good. `post_draws[\"beta\"]` has shape `(200, 1000, 2)` which makes sense since we asked for inference of a 200 data sets (first dimension is 200), for which we wanted to generated 1000 posterior samples (second dimension is 1000). The third dimension is 2, since the `beta` variable was defined as a vector of length 2 (intercept and slope)."
673673
]
674674
},
675675
{

main/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 683e6e99b0fb94b7ee3f8ea1145fa39a
3+
config: a70a752c8470f8d9746752d1204f62a2
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)