Skip to content

Commit 144e6cd

Browse files
committed
number of lags == number of features
1 parent cd750c8 commit 144e6cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/covid_hosp_explore.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,13 @@ forecaster_parameter_combinations_ <- rlang::list2(
110110
lags = list2(
111111
list2(
112112
c(0, 7, 14, 21), # hhs
113-
c(0, 7), # dr visits
114113
c(0, 7), # nssp
115114
c(0, 7), # google symptoms
116115
c(0, 7), # nwss
117116
c(0, 7), # nwss_region
118117
),
119118
list2(
120119
c(0, 7, 14, 21), # hhs
121-
c(0, 7, 14), # dr visits
122120
c(0, 7), # nssp
123121
c(0, 7, 14), # google symptoms
124122
c(0, 7, 14), # nwss

0 commit comments

Comments
 (0)