-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy path_pkgdown.yml
More file actions
146 lines (128 loc) · 2.46 KB
/
_pkgdown.yml
File metadata and controls
146 lines (128 loc) · 2.46 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
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
url: https://yardstick.tidymodels.org
template:
package: tidytemplate
bootstrap: 5
math-rendering: katex
bslib:
primary: "#CA225E"
includes:
in_header: |
<script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js" data-max-height="43" data-light-bg="#666f76" data-light-fg="#f9f9f9"></script>
<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:
- accuracy
- bal_accuracy
- detection_prevalence
- f_meas
- fall_out
- j_index
- kap
- markedness
- mcc
- miss_rate
- npv
- ppv
- precision
- recall
- roc_dist
- sedi
- sens
- spec
- title: Class Probability Metrics
contents:
- average_precision
- brier_class
- classification_cost
- gain_capture
- mn_log_loss
- pr_auc
- roc_auc
- roc_aunp
- roc_aunu
- title: Ordered Probability Metrics
contents:
- ranked_prob_score
- title: Regression Metrics
contents:
- ccc
- gini_coef
- huber_loss
- huber_loss_pseudo
- iic
- mae
- mape
- mase
- mpe
- msd
- mse
- poisson_log_loss
- rmse
- rmse_relative
- rpd
- rpiq
- rsq
- rsq_trad
- smape
- title: Fairness Metrics
contents:
- new_groupwise_metric
- demographic_parity
- equal_opportunity
- equalized_odds
- title: Dynamic Survival Metrics
contents:
- brier_survival
- brier_survival_integrated
- roc_auc_survival
- title: Static Survival Metrics
contents:
- concordance_survival
- title: Linear Predictor Survival Metrics
contents:
- royston_survival
- title: Curve Survival Functions
contents:
- roc_curve_survival
- title: Quantile Metrics
contents:
- weighted_interval_score
- title: Curve Functions
contents:
- gain_curve
- lift_curve
- pr_curve
- roc_curve
- title: Other Functions
contents:
- get_metrics
- metrics
- metric_set
- metric_tweak
- conf_mat
- summary.conf_mat
- matches("tidy")
- title: Development Functions
contents:
- check_metric
- developer-helpers
- metric-summarizers
- new-metric
- yardstick_remove_missing
- title: Data Sets
contents:
- hpc_cv
- lung_surv
- pathology
- solubility_test
- two_class_example