diff --git a/_pkgdown.yml b/_pkgdown.yml
index c5c73ac7..2d123afa 100644
--- a/_pkgdown.yml
+++ b/_pkgdown.yml
@@ -6,8 +6,9 @@ template:
bslib:
primary: "#CA225E"
includes:
- in_header: |
-
+ in_header: |
+
+
development:
mode: auto
@@ -21,114 +22,114 @@ navbar:
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
+- 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