forked from mlr-org/mlr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
148 lines (138 loc) · 4.56 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
url: https://mlr-org.github.io/mlr
template:
params:
bootswatch: cosmo
docsearch:
api_key: e300ecafdf04fe1199e3339c825ce7d0
index_name: mlr
path: pkgdown/templates
assets: pkgdown/assets
default_assets: false
development:
mode: unreleased
destination: devel
version_label: default
version_tooltip: "Github version"
toc:
depth: 3
home:
links:
- text: Cheatsheet
href: https://github.com/mlr-org/mlr/blob/master/addon/cheatsheet/MlrCheatsheet.pdf
navbar:
title:
type: default
left:
#- icon: fa-home
# href: index.html
- text: Basics
menu:
- text: Tasks
href: articles/tutorial/task.html
- text: Learners
href: articles/tutorial/learner.html
- text: Train
href: articles/tutorial/train.html
- text: Predict
href: articles/tutorial/predict.html
- text: Preprocessing
href: articles/tutorial/preproc.html
- text: Performance
href: articles/tutorial/performance.html
- text: Resampling
href: articles/tutorial/resample.html
- text: Tuning
href: articles/tutorial/tune.html
- text: Benchmark Experiments
href: articles/tutorial/benchmark_experiments.html
- text: Parallelization
href: articles/tutorial/parallelization.html
- text: Visualization
href: articles/tutorial/visualization.html
- text: Use case - Regression
href: articles/tutorial/usecase_regression.html
- text: Advanced
menu:
- text: Configuration
href: articles/tutorial/configureMlr.html
- text: Wrapped Learners
href: articles/tutorial/wrapper.html
- text: Imputation
href: articles/tutorial/impute.html
- text: Generic Bagging
href: articles/tutorial/bagging.html
- text: Advanced Tuning
href: articles/tutorial/advanced_tune.html
- text: Feature Selection/Filtering
href: articles/tutorial/feature_selection.html
- text: Nested Resampling
href: articles/tutorial/nested_resampling.html
- text: Cost-Sensitive Classification
href: articles/tutorial/cost_sensitive_classif.html
- text: Imbalanced Classification Problems
href: articles/tutorial/over_and_undersampling.html
- text: ROC Analysis and Performance Curves
href: articles/tutorial/roc_analysis.html
- text: Multilabel Classification
href: articles/tutorial/multilabel.html
- text: Learning Curve Analysis
href: articles/tutorial/learning_curve.html
- text: Partial Dependence Plots
href: articles/tutorial/partial_dependence.html
- text: Classifier Calibration
href: articles/tutorial/classifier_calibration.html
- text: Hyperparameter Tuning Effects
href: articles/tutorial/hyperpar_tuning_effects.html
- text: Out-of-Bag Predictions
href: articles/tutorial/out_of_bag_predictions.html
- text: Handling of Spatial Data
href: articles/tutorial/handling_of_spatial_data.html
- text: Functional Data
href: articles/tutorial/functional_data.html
- text: Extending
menu:
- text: Create Custom Learners
href: articles/tutorial/create_learner.html
- text: Create Custom Measures
href: articles/tutorial/create_measure.html
- text: Create Imputation Methods
href: articles/tutorial/create_imputation.html
- text: Create Custom Filters
href: articles/tutorial/create_filter.html
- text: Appendix
menu:
- text: Function Reference
href: reference/index.html
- text: News
href: news/index.html
- text: Example Tasks
href: articles/tutorial/example_tasks.html
- text: Integrated Learners
href: articles/tutorial/integrated_learners.html
- text: Implemented Measures
href: articles/tutorial/measures.html
- text: Integrated Filter Methods
href: articles/tutorial/filter_methods.html
- text: mlr Publications
href: articles/tutorial/mlr_publications.html
- text: Talks, Videos and Workshops
href: articles/tutorial/talks_videos_workshops.html
- text: mlr-org Packages
menu:
- text: mlrMBO
href: https://github.com/mlr-org/mlrMBO
- text: mlrCPO
href: https://github.com/mlr-org/mlrCPO
- text: mlrHyperopt
href: https://jakob-r.de/mlrHyperopt/index.html
- text: OpenML
href: https://openml.github.io/openml-r/vignettes/OpenML.html
right:
- icon: fa-github fa-lg
href: https://github.com/mlr-org/mlr
- icon: fa-slack
href: https://mlr-org.slack.com
- icon: fa-stack-overflow
href: https://stackoverflow.com/questions/tagged/mlr
- icon: fa-rss
href: https://mlr-blog.netlify.com/