-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
44 lines (44 loc) · 1.25 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
title: compboost
url: https://schalkdaniel.github.io/compboost/
template:
package: preferably
bootstrap: 5
navbar:
title:
type: default
left:
- text: Getting Started
menu:
- text: About component-wise boosting
href: articles/basic-about-cwb.html
- text: First use-case
href: articles/basic-use-case.html
- text: Early stopping
href: articles/basic-early-stopping.html
- text: Quantile regression
href: articles/basic-robust-reg.html
- text: Reference-based objects in compboost
href: articles/basic-obj-refs.html
- text: Visualizing compboost
href: articles/basic-viz.html
- text: mlr3 learners
href: articles/basic-mlr-learners.html
- text: Production model
href: articles/basic-production-model.html
- text: Advanced Topics
menu:
- text: Extending losses
href: articles/adv-extending-losses.html
- text: Functionality
menu:
- text: Base learner
href: articles/fct-baselearner.html
- text: Loss functions
href: articles/fct-loss.html
- text: "Reference"
href: "reference/index.html"
contents:
- '`compboost`'
right:
- icon: fa-github fa-lg
href: https://github.com/schalkdaniel/compboost