Skip to content

Commit a958343

Browse files
committed
removing resolved todos
1 parent ef99e42 commit a958343

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

vignettes/custom_epiworkflows.Rmd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ the training data and use that value on the prediction data, rather than
8686
using the mean of the test predictor for centering or including test data in the mean calculation.
8787

8888
A major benefit of `{recipes}` is that it prevents information leakage.
89-
<!-- TODO unsure if worth even keeping, as we effectively can't have data leakage. -->
9089
However, the _main_ mechanism we rely on to prevent data leakage is proper
9190
[backtesting](backtesting.html).
9291

@@ -258,8 +257,6 @@ The following layers are only supported by point estimate engines, such as
258257
an approximate parametric distribution. This will work for linear regression
259258
specifically.
260259

261-
<!-- TODO check this -->
262-
263260
On the other hand, the following layers are only supported by engines that
264261
output quantiles, such as `quantile_reg()`:
265262

@@ -453,8 +450,6 @@ result_plot <- autoplot(
453450
result_plot
454451
```
455452

456-
<!-- TODO `get_test_data` isn't actually working here... -->
457-
458453
## Population scaling
459454

460455
Suppose we want to modify our predictions to apply to counts, rather than rates.

0 commit comments

Comments
 (0)