diff --git a/articles/preprocessing-and-models.html b/articles/preprocessing-and-models.html index 1ad7c1277..58f1e4b36 100644 --- a/articles/preprocessing-and-models.html +++ b/articles/preprocessing-and-models.html @@ -254,7 +254,7 @@
#> Rows: 6
#> Columns: 17
-#> $ time_value <date> 2021-08-02, 2021-08-27, 2021-10-07, 2021-11-24, 2…
-#> $ geo_value <chr> "tx", "nj", "nj", "tx", "ca", "ny"
-#> $ case_rate <dbl> 32.01795, 22.27205, 19.09561, 11.24046, 18.86626, …
-#> $ death_rate <dbl> 0.1420750, 0.1399240, 0.1994320, 0.2758784, 0.2696…
-#> $ masking <fct> "[42.7,52.8]", "(60.2,63.9]", "(60.2,63.9]", "(52.…
-#> $ distancing <fct> "(18.4,19.8]", "(21.1,27]", "(18.4,19.8]", "[13.9,…
-#> $ geo_value_factor_fl <dbl> 0, 0, 0, 0, 0, 0
-#> $ geo_value_factor_nj <dbl> 0, 1, 1, 0, 0, 0
-#> $ geo_value_factor_ny <dbl> 0, 0, 0, 0, 0, 1
-#> $ geo_value_factor_tx <dbl> 1, 0, 0, 1, 0, 0
-#> $ lag_0_case_rate <dbl> 5.076291, -4.669617, -7.846053, -15.701198, -8.075…
-#> $ lag_7_case_rate <dbl> -9.264035, -5.065264, -6.112282, -16.196514, -5.30…
-#> $ lag_14_case_rate <dbl> -15.8578696, -9.9223972, -2.3391581, -16.2364118, …
-#> $ lag_0_death_rate <dbl> -0.139798604, -0.141949604, -0.082441604, -0.00599…
-#> $ lag_7_death_rate <dbl> -0.1855351035, -0.1885909035, -0.0583168035, 0.159…
-#> $ lag_14_death_rate <dbl> -0.195266304, -0.209499104, -0.056708504, 0.006655…
-#> $ ahead_7_death_rate <dbl> 0.1936501, 0.1656572, 0.1962153, 0.1571583, 0.2405…
+#> $ time_value <date> 2021-11-25, 2021-12-13, 2021-08-21, 2021-11-09, 2…
+#> $ geo_value <chr> "tx", "fl", "ny", "fl", "ca", "ny"
+#> $ case_rate <dbl> 11.129043, 8.534627, 23.356678, 6.900533, 21.08597…
+#> $ death_rate <dbl> 0.2087334, 0.1866785, 0.1145116, 0.4916745, 0.0729…
+#> $ masking <fct> "(52.8,60.2]", "[42.7,52.8]", "(52.8,60.2]", "(52.…
+#> $ distancing <fct> "[13.9,18.4]", "[13.9,18.4]", "(19.8,21.1]", "[13.…
+#> $ geo_value_factor_fl <dbl> 0, 1, 0, 1, 0, 0
+#> $ geo_value_factor_nj <dbl> 0, 0, 0, 0, 0, 0
+#> $ geo_value_factor_ny <dbl> 0, 0, 1, 0, 0, 1
+#> $ geo_value_factor_tx <dbl> 1, 0, 0, 0, 0, 0
+#> $ lag_0_case_rate <dbl> -15.81261965, -18.40703535, -3.58498415, -20.04112…
+#> $ lag_7_case_rate <dbl> -15.771262, -14.087794, -5.969042, -18.954582, -11…
+#> $ lag_14_case_rate <dbl> -15.960047, -26.941662, -10.178638, -17.368472, -1…
+#> $ lag_0_death_rate <dbl> -0.0731402, -0.0951951, -0.1673620, 0.2098009, -0.…
+#> $ lag_7_death_rate <dbl> 0.0874240, -0.1168866, -0.1873092, 0.2025703, -0.2…
+#> $ lag_14_death_rate <dbl> 0.0835315, -0.0248620, -0.2168605, 0.2374082, -0.1…
+#> $ ahead_7_death_rate <dbl> 0.2082469, 0.1255479, 0.1086014, 0.2813324, 0.1114…
Before directly predicting the results, we need to add postprocessing layers to obtain the death counts instead of death rates. Note that the rates used so far are “per 100K people” rather than “per person”. We’ll diff --git a/articles/sliding_files/figure-html/plot-arx-1.png b/articles/sliding_files/figure-html/plot-arx-1.png index 063fc1ecb..a894f063a 100644 Binary files a/articles/sliding_files/figure-html/plot-arx-1.png and b/articles/sliding_files/figure-html/plot-arx-1.png differ diff --git a/pkgdown.yml b/pkgdown.yml index ea8301dad..fe0a86d80 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -5,7 +5,7 @@ articles: sliding: sliding.html epipredict: epipredict.html preprocessing-and-models: preprocessing-and-models.html -last_built: 2023-09-14T20:45Z +last_built: 2023-10-04T21:21Z urls: reference: https://cmu-delphi.github.io/epipredict/reference article: https://cmu-delphi.github.io/epipredict/articles diff --git a/reference/smooth_quantile_reg-1.png b/reference/smooth_quantile_reg-1.png index 359ad7897..97e3342a2 100644 Binary files a/reference/smooth_quantile_reg-1.png and b/reference/smooth_quantile_reg-1.png differ diff --git a/reference/step_training_window.html b/reference/step_training_window.html index 0070b0f2a..d3885cbc1 100644 --- a/reference/step_training_window.html +++ b/reference/step_training_window.html @@ -142,7 +142,7 @@