File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,13 @@ reference:
30
30
- title : Simple forecasters
31
31
desc : Complete forecasters that produce reasonable baselines
32
32
contents :
33
- - contains("flatline")
34
- - contains("arx")
35
- - contains("cdc")
33
+ - contains("forecaster")
34
+ - contains("classifier")
35
+ - title : Forecaster modifications
36
+ desc : Constructors to modify forecaster arguments and utilities to produce `epi_workflow` objects
37
+ contents :
38
+ - contains("args_list")
39
+ - contains("_epi_workflow")
36
40
- title : Helper functions for Hub submission
37
41
contents :
38
42
- flusight_hub_formatter
@@ -70,6 +74,10 @@ reference:
70
74
contents :
71
75
- contains("layer")
72
76
- contains("slather")
77
+ - title : Automatic forecast visualization
78
+ contents :
79
+ - autoplot.epi_workflow
80
+ - autoplot.canned_epipred
73
81
- title : Utilities for quantile distribution processing
74
82
contents :
75
83
- dist_quantiles
You can’t perform that action at this time.
0 commit comments