-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy path_pkgdown.yml
77 lines (76 loc) · 1.76 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
title: sl3
url: https://tlverse.org/sl3
template:
params:
bootswatch: flatly
ganalytics: UA-115145808-1
navbar:
title: ""
left:
- text: "tlverse"
href: https://tlverse.org
- text: "sl3"
href: "index.html"
- text: "Reference"
href: "reference/index.html"
- text: Articles
menu:
- text: "Intro to sl3"
href: articles/intro_sl3.html
- text: "sl3 Benchmarks"
href: articles/SuperLearner_benchmarks.html
- text: "sl3 Presentation"
href: slides/sl3-slides.html
- text: "Defining Custom sl3 Learners"
href: articles/custom_lrnrs.html
reference:
- title: "Defining A Task"
contents:
- sl3_Task
- Variable_Type
- title: "Finding Learners"
contents:
- sl3_list_properties
- sl3_list_learners
- title: "sl3 Learners"
contents:
- starts_with("Lrnr_")
- title: "Composing Learners"
contents:
- Pipeline
- Stack
- Custom_chain
- title: "Loss functions"
contents:
- starts_with("loss_")
- risk
- title: "Metalearner functions"
contents:
- starts_with("metalearner_")
- title: "Helpful for Defining Learners"
contents:
- write_learner_template
- args_to_list
- call_with_args
- true_obj_size
- safe_dim
- learner_train
- learner_fit_predict
- learner_fit_chain
- delayed_make_learner
- delayed_learner_train
- delayed_learner_fit_predict
- delayed_learner_fit_chain
- title: "Sample Datasets"
contents:
- cpp
- cpp_1yr
- cpp_imputed
- bsds
- density_dat
- title: "Miscellaneous"
contents:
- sl3Options
- title: "Index"
contents:
- starts_with("")