File tree Expand file tree Collapse file tree 1 file changed +45
-44
lines changed Expand file tree Collapse file tree 1 file changed +45
-44
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ url: https://rsample.tidymodels.org
22
33navbar :
44 components :
5- home : ~
5+ home :
66 tutorials :
77 text : Learn more
88 menu :
@@ -22,6 +22,7 @@ template:
2222
2323 includes :
2424 in_header : |
25+ <script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js" data-max-height="43" data-hide-below="1200" data-light-bg="#666f76" data-light-fg="#f9f9f9"></script>
2526 <script defer data-domain="rsample.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
2627
2728
@@ -33,46 +34,46 @@ figures:
3334 fig.height : 5.75
3435
3536reference :
36- - title : Resampling methods
37- contents :
38- - initial_split
39- - initial_validation_split
40- - validation_set
41- - bootstraps
42- - group_bootstraps
43- - vfold_cv
44- - group_vfold_cv
45- - mc_cv
46- - group_mc_cv
47- - clustering_cv
48- - nested_cv
49- - loo_cv
50- - rolling_origin
51- - sliding_window
52- - apparent
53- - permutations
54- - manual_rset
55- - title : Analysis
56- contents :
57- - int_pctl
58- - reg_intervals
59- - title : Utilities
60- contents :
61- - .get_fingerprint
62- - as.data.frame.rsplit
63- - add_resample_id
64- - complement
65- - form_pred
66- - get_rsplit
67- - starts_with("labels")
68- - make_splits
69- - make_strata
70- - populate
71- - reshuffle_rset
72- - reverse_splits
73- - rsample2caret
74- - rset_reconstruct
75- - starts_with("tidy")
76- - title : Compatibility
77- contents :
78- - rsample-dplyr
37+ - title : Resampling methods
38+ contents :
39+ - initial_split
40+ - initial_validation_split
41+ - validation_set
42+ - bootstraps
43+ - group_bootstraps
44+ - vfold_cv
45+ - group_vfold_cv
46+ - mc_cv
47+ - group_mc_cv
48+ - clustering_cv
49+ - nested_cv
50+ - loo_cv
51+ - rolling_origin
52+ - sliding_window
53+ - apparent
54+ - permutations
55+ - manual_rset
56+ - title : Analysis
57+ contents :
58+ - int_pctl
59+ - reg_intervals
60+ - title : Utilities
61+ contents :
62+ - .get_fingerprint
63+ - as.data.frame.rsplit
64+ - add_resample_id
65+ - complement
66+ - form_pred
67+ - get_rsplit
68+ - starts_with("labels")
69+ - make_splits
70+ - make_strata
71+ - populate
72+ - reshuffle_rset
73+ - reverse_splits
74+ - rsample2caret
75+ - rset_reconstruct
76+ - starts_with("tidy")
77+ - title : Compatibility
78+ contents :
79+ - rsample-dplyr
You can’t perform that action at this time.
0 commit comments