You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-17
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,10 @@ This repo is for exploring forecasting methods and tools for both COVID and Flu.
4
4
The repo is structured as a [targets](https://docs.ropensci.org/targets/) project, which means that it is easy to run things in parallel and to cache results.
5
5
The repo is also structured as an R package, which means that it is easy to share code between different targets.
6
6
7
-
## Usage
7
+
## Production Usage 2024-2025
8
+
9
+
The pipeline should run on a schedule and by ~10:45AM PST time, you should find the new reports on https://delphi-forecasting-reports.netlify.app/.
10
+
If not, see the instructions below for manual running.
8
11
9
12
Define run parameters in your `.Renviron` file:
10
13
@@ -41,21 +44,25 @@ make install
41
44
42
45
# Pull pre-scored forecasts from the AWS bucket
43
46
make pull
44
-
# or
45
-
make download
46
47
47
-
# Run only the dashboard, to display results run on other machines
48
-
make dashboard
48
+
# Make forecasts
49
+
make prod-flu
50
+
make prod-covid
51
+
52
+
# The job output can be found in nohup.out
53
+
# If there are errors, you can view them with the following command (replace with appropriate project)
0 commit comments