Skip to content

Commit e250812

Browse files
committed
ensemble generalization is needed overall; remove note about downstream use
1 parent 2b52b32 commit e250812

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

covid_hosp_explore.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ forecasts_and_scores <- tar_map(
7171
)
7272

7373
ensemble_keys <- list(a = c(300, 15))
74-
# not actually used downstream, this is for lookup during plotting and human evaluation
7574
ensembles <- list(
7675
tar_target(
7776
name = ensembles,

flu_hosp_explore.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ forecasts_and_scores <- tar_map(
210210
)
211211

212212
ensemble_keys <- list(a = c(300, 15))
213-
# not actually used downstream, this is for lookup during plotting and human evaluation
214213
ensembles <- list(
215214
tar_target(
216215
name = ensembles,

0 commit comments

Comments
 (0)