@@ -30,81 +30,77 @@ repo:
30
30
31
31
home :
32
32
links :
33
- - text : Introduction to Delphi's Tooling Work
34
- href : https://cmu-delphi.github.io/delphi-tooling-book/
35
- - text : The epiprocess R package
36
- href : https://cmu-delphi.github.io/epiprocess/
37
- - text : The epidatr R package
38
- href : https://github.com/cmu-delphi/epidatr/
39
- - text : The epidatasets R package
40
- href : https://cmu-delphi.github.io/epidatasets/
41
- - text : The covidcast R package
42
- href : https://cmu-delphi.github.io/covidcast/covidcastR/
43
-
44
-
33
+ - text : Introduction to Delphi's Tooling Work
34
+ href : https://cmu-delphi.github.io/delphi-tooling-book/
35
+ - text : The epiprocess R package
36
+ href : https://cmu-delphi.github.io/epiprocess/
37
+ - text : The epidatr R package
38
+ href : https://github.com/cmu-delphi/epidatr/
39
+ - text : The epidatasets R package
40
+ href : https://cmu-delphi.github.io/epidatasets/
41
+ - text : The covidcast R package
42
+ href : https://cmu-delphi.github.io/covidcast/covidcastR/
45
43
46
44
reference :
47
45
- title : Simple forecasters
48
46
desc : Complete forecasters that produce reasonable baselines
49
47
contents :
50
- - contains("forecaster")
51
- - contains("classifier")
48
+ - contains("forecaster")
49
+ - contains("classifier")
52
50
- title : Forecaster modifications
53
51
desc : Constructors to modify forecaster arguments and utilities to produce `epi_workflow` objects
54
52
contents :
55
- - contains("args_list")
56
- - contains("_epi_workflow")
53
+ - contains("args_list")
54
+ - contains("_epi_workflow")
57
55
- title : Helper functions for Hub submission
58
56
contents :
59
- - flusight_hub_formatter
57
+ - flusight_hub_formatter
60
58
- title : Parsnip engines
61
59
desc : Prediction methods not available elsewhere
62
60
contents :
63
- - quantile_reg
64
- - smooth_quantile_reg
61
+ - quantile_reg
62
+ - smooth_quantile_reg
65
63
- title : Custom panel data forecasting workflows
66
64
contents :
67
- - epi_recipe
68
- - epi_workflow
69
- - add_epi_recipe
70
- - adjust_epi_recipe
71
- - add_model
72
- - predict.epi_workflow
73
- - fit.epi_workflow
74
- - augment.epi_workflow
65
+ - epi_recipe
66
+ - epi_workflow
67
+ - add_epi_recipe
68
+ - adjust_epi_recipe
69
+ - add_model
70
+ - predict.epi_workflow
71
+ - fit.epi_workflow
72
+ - augment.epi_workflow
73
+ - forecast
75
74
- title : Epi recipe preprocessing steps
76
75
contents :
77
- - starts_with("step_")
78
- - contains("bake")
79
- - contains("juice")
76
+ - starts_with("step_")
77
+ - contains("bake")
78
+ - contains("juice")
80
79
- title : Epi recipe verification checks
81
80
contents :
82
- - check_enough_train_data
81
+ - check_enough_train_data
83
82
- title : Forecast postprocessing
84
83
desc : Create a series of postprocessing operations
85
84
contents :
86
- - frosting
87
- - ends_with("_frosting")
88
- - get_test_data
89
- - tidy.frosting
85
+ - frosting
86
+ - ends_with("_frosting")
87
+ - get_test_data
88
+ - tidy.frosting
90
89
- title : Frosting layers
91
90
contents :
92
- - contains("layer")
93
- - contains("slather")
91
+ - contains("layer")
92
+ - contains("slather")
94
93
- title : Automatic forecast visualization
95
94
contents :
96
- - autoplot.epi_workflow
97
- - autoplot.canned_epipred
95
+ - autoplot.epi_workflow
96
+ - autoplot.canned_epipred
98
97
- title : Utilities for quantile distribution processing
99
98
contents :
100
- - dist_quantiles
101
- - extrapolate_quantiles
102
- - nested_quantiles
103
- - starts_with("pivot_quantiles")
99
+ - dist_quantiles
100
+ - extrapolate_quantiles
101
+ - nested_quantiles
102
+ - starts_with("pivot_quantiles")
104
103
- title : Included datasets
105
104
contents :
106
- - case_death_rate_subset
107
- - state_census
108
-
109
-
110
-
105
+ - case_death_rate_subset
106
+ - state_census
0 commit comments