From ddff0e4567a70510a57471734353b63388a06c9c Mon Sep 17 00:00:00 2001 From: Jeroen Janssens Date: Wed, 12 Nov 2025 13:46:23 +0100 Subject: [PATCH] Include supported-by-posit script --- _pkgdown.yml | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 6cd1e4bf..b8fb5450 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -7,41 +7,42 @@ template: danger: "#CA225E" primary: "#CA225E" includes: - in_header: | - + in_header: | + + reference: - title: Embed categorical predictors contents: - - step_embed - - step_feature_hash - - step_lencode - - step_lencode_bayes - - step_lencode_glm - - step_lencode_mixed - - step_woe + - step_embed + - step_feature_hash + - step_lencode + - step_lencode_bayes + - step_lencode_glm + - step_lencode_mixed + - step_woe - title: Collapse categorical predictors contents: - - step_collapse_cart - - step_collapse_stringdist + - step_collapse_cart + - step_collapse_stringdist - title: Embed numeric predictors contents: - - step_discretize_cart - - step_discretize_xgb - - step_pca_sparse - - step_pca_sparse_bayes - - step_pca_truncated - - step_umap + - step_discretize_cart + - step_discretize_xgb + - step_pca_sparse + - step_pca_sparse_bayes + - step_pca_truncated + - step_umap - title: Datasets contents: - - solubility + - solubility - title: Weight of evidence helpers contents: - - add_woe - - woe_table + - add_woe + - woe_table - title: miscellaneous contents: - - dictionary + - dictionary figures: fig.width: 8