Skip to content

Commit 240fc3e

Browse files
authored
Merge branch 'master' into population
2 parents dd5d6c2 + ff3686b commit 240fc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

covid_xprize/examples/predictors/linear/Example-Train-Linear-Rollout-Model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
" # Flatten all input data so it fits Lasso input format.\n",
222222
" X_sample = np.concatenate([X_cases.flatten(),\n",
223223
" X_npis.flatten()])\n",
224-
" y_sample = all_case_data[d + 1]\n",
224+
" y_sample = all_case_data[d]\n",
225225
" X_samples.append(X_sample)\n",
226226
" y_samples.append(y_sample)\n",
227227
"\n",

0 commit comments

Comments
 (0)