-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy path_pkgdown.yml
134 lines (118 loc) · 2.4 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
url: https://yardstick.tidymodels.org
template:
package: tidytemplate
bootstrap: 5
bslib:
primary: "#CA225E"
includes:
in_header: |
<script defer data-domain="yardstick.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
navbar:
components:
tutorials:
text: Learn more
menu:
- text: "Custom performance metrics"
href: https://www.tidymodels.org/learn/develop/metrics/
reference:
- title: Classification Metrics
contents:
- sens
- spec
- recall
- precision
- mcc
- j_index
- f_meas
- accuracy
- kap
- ppv
- npv
- bal_accuracy
- detection_prevalence
- title: Class Probability Metrics
contents:
- roc_auc
- roc_aunp
- roc_aunu
- pr_auc
- average_precision
- gain_capture
- mn_log_loss
- classification_cost
- brier_class
- title: Ordered Probability Metrics
contents:
- ranked_prob_score
- title: Regression Metrics
contents:
- rmse
- rsq
- rsq_trad
- msd
- mae
- mpe
- mape
- smape
- mase
- ccc
- rpiq
- rpd
- huber_loss
- huber_loss_pseudo
- iic
- poisson_log_loss
- title: Fairness Metrics
contents:
- new_groupwise_metric
- demographic_parity
- equalized_odds
- equal_opportunity
- title: Dynamic Survival Metrics
contents:
- brier_survival
- brier_survival_integrated
- roc_auc_survival
- title: Static Survival Metrics
contents:
- concordance_survival
- title: Curve Survival Functions
contents:
- roc_curve_survival
- title: Curve Functions
contents:
- roc_curve
- pr_curve
- gain_curve
- lift_curve
- title: Other Functions
contents:
- metrics
- metric_set
- metric_tweak
- conf_mat
- summary.conf_mat
- matches("tidy")
- title: Development Functions
contents:
- class_metric_summarizer
- numeric_metric_summarizer
- prob_metric_summarizer
- curve_metric_summarizer
- check_numeric_metric
- check_class_metric
- check_prob_metric
- check_dynamic_survival_metric
- yardstick_remove_missing
- yardstick_any_missing
- get_weights
- new-metric
- title: Data Sets
contents:
- hpc_cv
- lung_surv
- pathology
- solubility_test
- two_class_example