-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path_pkgdown.yml
50 lines (46 loc) · 1.01 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
url: https://embed.tidymodels.org
template:
package: tidytemplate
bootstrap: 5
bslib:
danger: "#CA225E"
primary: "#CA225E"
includes:
in_header: |
<script defer data-domain="embed.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
reference:
- title: Embed categorical predictors
contents:
- step_embed
- step_feature_hash
- step_lencode_bayes
- step_lencode_glm
- step_lencode_mixed
- step_woe
- title: Collapse categorical predictors
contents:
- step_collapse_cart
- step_collapse_stringdist
- title: Embed numeric predictors
contents:
- step_discretize_cart
- step_discretize_xgb
- step_pca_sparse
- step_pca_sparse_bayes
- step_pca_truncated
- step_umap
- title: Datasets
contents:
- solubility
- title: Weight of evidence helpers
contents:
- add_woe
- woe_table
- title: miscellaneous
contents:
- dictionary
figures:
fig.width: 8
fig.height: 5.75
development:
mode: auto