-
Notifications
You must be signed in to change notification settings - Fork 66
/
_pkgdown.yml
78 lines (71 loc) · 1.63 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
url: https://rsample.tidymodels.org
navbar:
components:
home: ~
tutorials:
text: Learn more
menu:
- text: Spatial resampling
href: https://spatialsample.tidymodels.org/
- text: Nested resampling
href: https://www.tidymodels.org/learn/work/nested-resampling/
- text: Time series analysis
href: https://www.tidymodels.org/learn/models/time-series/
template:
package: tidytemplate
bootstrap: 5
bslib:
danger: "#CA225E"
primary: "#CA225E"
includes:
in_header: |
<script defer data-domain="rsample.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
figures:
fig.width: 8
fig.height: 5.75
reference:
- title: Resampling methods
contents:
- initial_split
- initial_validation_split
- validation_set
- bootstraps
- group_bootstraps
- vfold_cv
- group_vfold_cv
- mc_cv
- group_mc_cv
- clustering_cv
- nested_cv
- loo_cv
- rolling_origin
- sliding_window
- apparent
- permutations
- manual_rset
- title: Analysis
contents:
- int_pctl
- reg_intervals
- title: Utilities
contents:
- .get_fingerprint
- as.data.frame.rsplit
- add_resample_id
- complement
- form_pred
- get_rsplit
- starts_with("labels")
- make_splits
- make_strata
- populate
- reshuffle_rset
- reverse_splits
- rsample2caret
- rset_reconstruct
- starts_with("tidy")
- title: Compatibility
contents:
- rsample-dplyr