Skip to content

Commit 20fda6e

Browse files
authored
Merge pull request #559 from jeroenjanssens/supported-by-posit
Add "Supported By Posit" badge to yardstick website
2 parents b2bc517 + 61d7276 commit 20fda6e

File tree

1 file changed

+113
-112
lines changed

1 file changed

+113
-112
lines changed

_pkgdown.yml

Lines changed: 113 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ template:
66
bslib:
77
primary: "#CA225E"
88
includes:
9-
in_header: |
10-
<script defer data-domain="yardstick.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
9+
in_header: |
10+
<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>
11+
<script defer data-domain="yardstick.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
1112
1213
development:
1314
mode: auto
@@ -21,114 +22,114 @@ navbar:
2122
href: https://www.tidymodels.org/learn/develop/metrics/
2223

2324
reference:
24-
- title: Classification Metrics
25-
contents:
26-
- sens
27-
- spec
28-
- recall
29-
- precision
30-
- mcc
31-
- j_index
32-
- f_meas
33-
- accuracy
34-
- kap
35-
- ppv
36-
- npv
37-
- bal_accuracy
38-
- detection_prevalence
39-
40-
- title: Class Probability Metrics
41-
contents:
42-
- roc_auc
43-
- roc_aunp
44-
- roc_aunu
45-
- pr_auc
46-
- average_precision
47-
- gain_capture
48-
- mn_log_loss
49-
- classification_cost
50-
- brier_class
51-
52-
- title: Ordered Probability Metrics
53-
contents:
54-
- ranked_prob_score
55-
56-
- title: Regression Metrics
57-
contents:
58-
- rmse
59-
- rsq
60-
- rsq_trad
61-
- msd
62-
- mae
63-
- mpe
64-
- mape
65-
- smape
66-
- mase
67-
- ccc
68-
- rpiq
69-
- rpd
70-
- huber_loss
71-
- huber_loss_pseudo
72-
- iic
73-
- poisson_log_loss
74-
75-
- title: Fairness Metrics
76-
contents:
77-
- new_groupwise_metric
78-
- demographic_parity
79-
- equalized_odds
80-
- equal_opportunity
81-
82-
- title: Dynamic Survival Metrics
83-
contents:
84-
- brier_survival
85-
- brier_survival_integrated
86-
- roc_auc_survival
87-
88-
- title: Static Survival Metrics
89-
contents:
90-
- concordance_survival
91-
92-
- title: Curve Survival Functions
93-
contents:
94-
- roc_curve_survival
95-
96-
- title: Curve Functions
97-
contents:
98-
- roc_curve
99-
- pr_curve
100-
- gain_curve
101-
- lift_curve
102-
103-
- title: Other Functions
104-
contents:
105-
- metrics
106-
- metric_set
107-
- metric_tweak
108-
- conf_mat
109-
- summary.conf_mat
110-
- matches("tidy")
111-
112-
- title: Development Functions
113-
contents:
114-
- class_metric_summarizer
115-
- numeric_metric_summarizer
116-
- prob_metric_summarizer
117-
- curve_metric_summarizer
118-
- check_numeric_metric
119-
- check_class_metric
120-
- check_prob_metric
121-
- check_dynamic_survival_metric
122-
- yardstick_remove_missing
123-
- yardstick_any_missing
124-
- get_weights
125-
- new-metric
126-
127-
- title: Data Sets
128-
contents:
129-
- hpc_cv
130-
- lung_surv
131-
- pathology
132-
- solubility_test
133-
- two_class_example
25+
- title: Classification Metrics
26+
contents:
27+
- sens
28+
- spec
29+
- recall
30+
- precision
31+
- mcc
32+
- j_index
33+
- f_meas
34+
- accuracy
35+
- kap
36+
- ppv
37+
- npv
38+
- bal_accuracy
39+
- detection_prevalence
40+
41+
- title: Class Probability Metrics
42+
contents:
43+
- roc_auc
44+
- roc_aunp
45+
- roc_aunu
46+
- pr_auc
47+
- average_precision
48+
- gain_capture
49+
- mn_log_loss
50+
- classification_cost
51+
- brier_class
52+
53+
- title: Ordered Probability Metrics
54+
contents:
55+
- ranked_prob_score
56+
57+
- title: Regression Metrics
58+
contents:
59+
- rmse
60+
- rsq
61+
- rsq_trad
62+
- msd
63+
- mae
64+
- mpe
65+
- mape
66+
- smape
67+
- mase
68+
- ccc
69+
- rpiq
70+
- rpd
71+
- huber_loss
72+
- huber_loss_pseudo
73+
- iic
74+
- poisson_log_loss
75+
76+
- title: Fairness Metrics
77+
contents:
78+
- new_groupwise_metric
79+
- demographic_parity
80+
- equalized_odds
81+
- equal_opportunity
82+
83+
- title: Dynamic Survival Metrics
84+
contents:
85+
- brier_survival
86+
- brier_survival_integrated
87+
- roc_auc_survival
88+
89+
- title: Static Survival Metrics
90+
contents:
91+
- concordance_survival
92+
93+
- title: Curve Survival Functions
94+
contents:
95+
- roc_curve_survival
96+
97+
- title: Curve Functions
98+
contents:
99+
- roc_curve
100+
- pr_curve
101+
- gain_curve
102+
- lift_curve
103+
104+
- title: Other Functions
105+
contents:
106+
- metrics
107+
- metric_set
108+
- metric_tweak
109+
- conf_mat
110+
- summary.conf_mat
111+
- matches("tidy")
112+
113+
- title: Development Functions
114+
contents:
115+
- class_metric_summarizer
116+
- numeric_metric_summarizer
117+
- prob_metric_summarizer
118+
- curve_metric_summarizer
119+
- check_numeric_metric
120+
- check_class_metric
121+
- check_prob_metric
122+
- check_dynamic_survival_metric
123+
- yardstick_remove_missing
124+
- yardstick_any_missing
125+
- get_weights
126+
- new-metric
127+
128+
- title: Data Sets
129+
contents:
130+
- hpc_cv
131+
- lung_surv
132+
- pathology
133+
- solubility_test
134+
- two_class_example
134135

0 commit comments

Comments
 (0)