-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
52 lines (49 loc) · 1.09 KB
/
_pkgdown.yml
File metadata and controls
52 lines (49 loc) · 1.09 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
47
48
49
50
51
url: https://verapancaldilab.github.io/pipeML/
template:
bootstrap: 5
navbar:
structure:
left: [get-started, reference, articles, news]
right: [search, github]
components:
get-started:
text: Get started
href: index.html
articles:
text: Articles
menu:
- text: pipeML vignette
href: articles/pipeML.html
- text: Classification and survival
href: articles/pipeML.html#classification-and-survival
- text: Advanced
href: articles/pipeML.html#advanced
reference:
- title: Main
desc: >
Machine learning
contents:
- compute_features.training.ML
- compute_features.ML
- compute_prediction
- title: Variable importance
desc: >
Model interpretability
contents:
- compute_shap_values
- plot_shap_stability
- feature.selection.boruta
- title: Visualization
desc: >
Model visualization
contents:
- get_curves
- plot_survival_performance
- title: Package Data
desc: >
Example data
contents:
- data_example_classification
- data_example_survival
- counts_example
- coldata_example