-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
96 lines (77 loc) · 1.55 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
template:
params:
bootstrap: 5
bootswatch: cerulean
ganalytics: G-KQ5VTRKQF1
development:
mode: auto
reference:
- title: Automated modeling
contents:
- '`auto_anova`'
- '`auto_t_test`'
- '`auto_model_accuracy`'
- '`auto_variable_contributions`'
- '`auto_boxplot`'
- '`auto_tune_xgboost`'
- '`auto_cor`'
- '`impute_recosystem`'
- '`cap_outliers`'
- title: Tidy models
contents:
- '`tidy_cforest`'
- '`tidy_ctree`'
- '`tidy_glm`'
- '`tidy_xgboost`'
- title: Tidy Model helpers
contents:
- '`tidy_formula`'
- '`tidy_predict`'
- '`tidy_shap`'
- '`visualize_model`'
- '`get_params`'
- '`eval_preds`'
- '`create_monotone_constraints`'
- title: Manipulate Formulas
contents:
- '`f_charvec_to_formula`'
- '`f_formula_to_charvec`'
- '`f_modify_formula`'
articles:
- title: All vignettes
contents:
- '`autostats`'
- '`tidyXgboost`'
navbar:
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
right:
- github
- TidyConsultant
components:
home:
icon: fas fa-home fa-lg
href: index.html
TidyConsultant:
text: TC
href: https://harrison4192.github.io/TidyConsultant/
reference:
text: Reference
href: reference/index.html
news:
text: Changelog
href: news/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/Harrison4192/autostats
articles:
text: Articles
menu:
- text: tidyXgboost
href: articles/tidyXgboost.html