-
Notifications
You must be signed in to change notification settings - Fork 10
/
_pkgdown.yml
116 lines (100 loc) · 2.94 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
url: https://cmu-delphi.github.io/epipredict/
development:
mode: devel
template:
package: delphidocs
articles:
- title: Get started
navbar: ~
contents:
- epipredict
- preprocessing-and-models
- backtesting
- arx-classifier
- update
- title: Advanced methods
contents:
- articles/smooth-qr
- panel-data
repo:
url:
home: https://github.com/cmu-delphi/epipredict/
source: https://github.com/cmu-delphi/epipredict/
issue: https://github.com/cmu-delphi/epipredict/issues
home:
links:
- text: The epiprocess package
href: https://cmu-delphi.github.io/epiprocess/
sidebar:
structure: [links, license, community, citation, authors, dev, related]
components:
related:
title: Delphi packages and resources
text: |
* [The epidatr package](https://github.com/cmu-delphi/epidatr/)
* [The epiprocess package](https://cmu-delphi.github.io/epiprocess/)
* [The epidatasets package](https://cmu-delphi.github.io/epidatasets/)
* [Introduction to Delphi's Tooling Work](https://cmu-delphi.github.io/delphi-tooling-book/)
reference:
- title: Simple forecasters
desc: Complete forecasters that produce reasonable baselines
contents:
- contains("forecaster")
- contains("classifier")
- title: Forecaster modifications
desc: Constructors to modify forecaster arguments and utilities to produce `epi_workflow` objects
contents:
- contains("args_list")
- contains("_epi_workflow")
- title: Helper functions for Hub submission
contents:
- flusight_hub_formatter
- title: Parsnip engines
desc: Prediction methods not available elsewhere
contents:
- quantile_reg
- smooth_quantile_reg
- grf_quantiles
- title: Custom panel data forecasting workflows
contents:
- epi_recipe
- epi_workflow
- add_epi_recipe
- adjust_epi_recipe
- Add_model
- predict.epi_workflow
- fit.epi_workflow
- augment.epi_workflow
- forecast.epi_workflow
- title: Epi recipe preprocessing steps
contents:
- starts_with("step_")
- contains("bake")
- title: Epi recipe verification checks
contents:
- check_enough_train_data
- title: Forecast postprocessing
desc: Create a series of postprocessing operations
contents:
- frosting
- ends_with("_frosting")
- get_test_data
- tidy.frosting
- title: Frosting layers
contents:
- contains("layer")
- contains("slather")
- title: Automatic forecast visualization
contents:
- autoplot.epi_workflow
- autoplot.canned_epipred
- title: Utilities for quantile distribution processing
contents:
- dist_quantiles
- extrapolate_quantiles
- nested_quantiles
- weighted_interval_score
- starts_with("pivot_quantiles")
- title: Other utilities
contents:
- clean_f_name