-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy path_pkgdown.yml
More file actions
76 lines (70 loc) · 1.77 KB
/
Copy path_pkgdown.yml
File metadata and controls
76 lines (70 loc) · 1.77 KB
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
url: https://tune.tidymodels.org/
navbar:
components:
home:
tutorials:
text: Learn more
menu:
- text: "Grid search"
href: https://www.tidymodels.org/learn/work/tune-svm/
- text: "Bayesian optimization of classification model"
href: https://www.tidymodels.org/learn/work/bayes-opt/
- text: "Tuning text models"
href: https://www.tidymodels.org/learn/work/tune-text/
template:
package: tidytemplate
bootstrap: 5
bslib:
danger: "#CA225E"
primary: "#CA225E"
includes:
in_header: |
<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>
<script defer data-domain="tune.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: Fit many models
contents:
- tune_grid
- tune_bayes
- expo_decay
- conf_bound
- starts_with("melodie")
- fit_resamples
- control_grid
- control_bayes
- parallelism
- title: Fit one model
contents:
- fit_best
- last_fit
- starts_with("finalize")
- control_last_fit
- title: Inspect results
contents:
- starts_with("collect")
- show_notes
- show_best
- starts_with("select_")
- filter_parameters
- autoplot.tune_results
- coord_obs_pred
- conf_mat_resampled
- title: Miscellaneous
contents:
- starts_with("extract_")
- starts_with("int_pctl")
- starts_with("compute")
- augment.tune_results
- example_ames_knn
- contains("resample_weight")
- title: Developer functions
contents:
- merge.recipe
- message_wrap
- .use_case_weights_with_yardstick
- .stash_last_result