-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
49 lines (46 loc) · 1.18 KB
/
Copy path_pkgdown.yml
File metadata and controls
49 lines (46 loc) · 1.18 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
url: https://codoom1.github.io/binaryClass/
template:
bootstrap: 5
bootswatch: flatly
bslib:
primary: "#0054AD"
navbar-light-brand-color: "#0054AD"
navbar-light-brand-hover-color: "#0054AD"
navbar-light-hover-color: "#0054AD"
navbar:
structure:
left: [home, reference, articles]
right: [github]
components:
home:
icon: fas fa-home fa-lg
href: index.html
aria-label: Home
reference:
text: Reference
href: reference/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/codoom1/binaryClass
aria-label: GitHub
reference:
- title: "Package"
desc: "Package overview and documentation"
contents:
- binaryClass
- title: "Model Selection"
desc: "Functions for selecting optimal binary classification models"
contents:
- OptimalModelSearch
- extract_best_model
- title: "Prediction"
desc: "Functions for making predictions with models"
contents:
- predict_model
- title: "Visualization"
desc: "Functions for visualizing model performance"
contents:
- compare_model_rocs
- plot_model_cm
- plot_model_rocs
- plot_descrip