-
Notifications
You must be signed in to change notification settings - Fork 31
/
_pkgdown.yml
52 lines (49 loc) · 1.33 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
url: https://tidypredict.tidymodels.org
template:
package: tidytemplate
bootstrap: 5
bslib:
danger: "#CA225E"
primary: "#CA225E"
includes:
in_header: |
<script defer data-domain="tidypredict.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
figures:
fig.width: 8
fig.height: 5.75
navbar:
left:
- text: Model list
menu:
- text: Linear Regression - lm()
href: articles/lm.html
- text: Generalized Regression - glm()
href: articles/glm.html
- text: Random Forest - Ranger - ranger()
href: articles/ranger.html
- text: Random Forest - randomForest()
href: articles/rf.html
- text: MARS - earth()
href: articles/mars.html
- text: Cubist - cubist()
href: articles/cubist.html
- text: XGboost - xgb.Booster.complete()
href: articles/xgboost.html
- text: Articles
menu:
- text: Save/Reload
href: articles/save.html
- text: -------
- text: Non-R models
href: articles/non-r.html
- text: Regression spec
href: articles/regression.html
- text: Tree model spec
href: articles/tree.html
- text: -------
- text: DB Writeback
href: articles/sql.html
- text: News
href: news/index.html
- text: Reference
href: reference/index.html