forked from tidymodels/tidypredict
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
47 lines (45 loc) · 1.33 KB
/
_pkgdown.yml
File metadata and controls
47 lines (45 loc) · 1.33 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
url: https://tidypredict.tidymodels.org
template:
package: tidytemplate
params:
part_of: <a href="https://tidymodels.org">tidymodels</a>
footer: tidypredict is a part of the <strong>tidymodels</strong> ecosystem, a collection of modeling packages designed with common APIs and a shared philosophy.
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