Skip to content

Commit f09bc7a

Browse files
minor wordsmithing
1 parent 32e7f1a commit f09bc7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/inference.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ expect our sample proportions from this population to vary for samples of size 4
256256

257257
We again use the `sample` to take samples of size 40 from our
258258
population of Airbnb listings. But this time we use a list comprehension
259-
to repeat an operation multiple time (as in the previous chapter).
260-
In this case we are taking 20,000 samples of size 40
261-
and to make it clear which rows in the data frame come
259+
to repeat the operation multiple times (as in the {ref}`clustering` chapter);
260+
in this case we take 20,000 samples of size 40.
261+
To make it clear which rows in the data frame come
262262
which of the 20,000 samples,
263263
we also add a column called `replicate` with this information.
264264

0 commit comments

Comments
 (0)