diff --git a/find/all/index.qmd b/find/all/index.qmd index 5433a8ba..2cb4a9ec 100644 --- a/find/all/index.qmd +++ b/find/all/index.qmd @@ -4,6 +4,11 @@ toc: true toc-depth: 0 include-after-body: ../../resources.html css: ../styles-find.css +r-packages: + - tidymodels + - readr + - DT + - htmlwidgets --- diff --git a/find/broom/index.qmd b/find/broom/index.qmd index 296dde77..723ff598 100644 --- a/find/broom/index.qmd +++ b/find/broom/index.qmd @@ -8,6 +8,10 @@ toc: true toc-depth: 0 include-after-body: ../../resources.html css: ../styles-find.css +r-packages: + - tidymodels + - DT + - htmlwidgets --- Here are all the broom functions available across CRAN packages. Click on the link in the topic column to find more information. diff --git a/find/parsnip/index.qmd b/find/parsnip/index.qmd index a756bc80..c05dfa11 100644 --- a/find/parsnip/index.qmd +++ b/find/parsnip/index.qmd @@ -7,6 +7,11 @@ toc: true toc-depth: 0 include-after-body: ../../resources.html css: ../styles-find.css +r-packages: + - tidymodels + - readr + - DT + - htmlwidgets --- To learn about the parsnip package, see [*Get Started: Build a Model*](/start/models/). Use the tables below to find [model types and engines](#models). diff --git a/find/parsnip_pred_types/index.qmd b/find/parsnip_pred_types/index.qmd index 4d5ce83d..c0d3d29c 100644 --- a/find/parsnip_pred_types/index.qmd +++ b/find/parsnip_pred_types/index.qmd @@ -10,6 +10,12 @@ include-after-body: ../../resources.html css: ../styles-find.css message: FALSE warnings: FALSE +r-packages: + - dplyr + - purrr + - tidyr + - parsnip + - DT --- To learn about the parsnip package, see [*Get Started: Build a Model*](/start/models/). Use the tables below to find [prediction types for different models and engines](#models). diff --git a/find/recipes/index.qmd b/find/recipes/index.qmd index 607462a4..dd8cc48d 100644 --- a/find/recipes/index.qmd +++ b/find/recipes/index.qmd @@ -8,6 +8,11 @@ toc: true toc-depth: 0 include-after-body: ../../resources.html css: ../styles-find.css +r-packages: + - tidymodels + - readr + - DT + - htmlwidgets --- diff --git a/find/sparse/index.qmd b/find/sparse/index.qmd index 1f530834..6bab91d9 100644 --- a/find/sparse/index.qmd +++ b/find/sparse/index.qmd @@ -7,6 +7,11 @@ toc: true toc-depth: 0 include-after-body: ../../resources.html css: ../styles-find.css +r-packages: + - tidymodels + - htmltools + - stringr + - readr --- ```{r} diff --git a/find/tidyclust/index.qmd b/find/tidyclust/index.qmd index 914fdbed..f6a34049 100644 --- a/find/tidyclust/index.qmd +++ b/find/tidyclust/index.qmd @@ -7,6 +7,11 @@ toc: true toc-depth: 0 include-after-body: ../../resources.html css: ../styles-find.css +r-packages: + - tidymodels + - readr + - DT + - htmlwidgets --- To learn about the tidyclust package, click on the link in the topic column. Use the tables below to find [model types and engines](#models). diff --git a/learn/develop/broom/index.qmd b/learn/develop/broom/index.qmd index d0577af3..9f1b92d8 100644 --- a/learn/develop/broom/index.qmd +++ b/learn/develop/broom/index.qmd @@ -9,6 +9,12 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - tidyverse + - usethis + - DT + - htmlwidgets --- ```{r} diff --git a/learn/develop/filtro/index.qmd b/learn/develop/filtro/index.qmd index a254879b..04dabb71 100644 --- a/learn/develop/filtro/index.qmd +++ b/learn/develop/filtro/index.qmd @@ -9,6 +9,9 @@ description: | toc: true toc-depth: 3 include-after-body: ../../../resources.html +r-packages: + - filtro + - modeldata --- ```{r} diff --git a/learn/develop/metrics/index.qmd b/learn/develop/metrics/index.qmd index 4205c49b..806f70d5 100644 --- a/learn/develop/metrics/index.qmd +++ b/learn/develop/metrics/index.qmd @@ -9,6 +9,8 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels --- ```{r} diff --git a/learn/develop/models/index.qmd b/learn/develop/models/index.qmd index 7ea3ad0e..5af1a45b 100644 --- a/learn/develop/models/index.qmd +++ b/learn/develop/models/index.qmd @@ -9,6 +9,9 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - mda --- ```{r} diff --git a/learn/develop/parameters/index.qmd b/learn/develop/parameters/index.qmd index 52382fa0..2513da62 100644 --- a/learn/develop/parameters/index.qmd +++ b/learn/develop/parameters/index.qmd @@ -9,6 +9,9 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - dials + - scales --- ```{r} diff --git a/learn/develop/recipes/index.qmd b/learn/develop/recipes/index.qmd index a22cd5c0..afb3a285 100644 --- a/learn/develop/recipes/index.qmd +++ b/learn/develop/recipes/index.qmd @@ -9,6 +9,8 @@ description: | toc: true toc-depth: 3 include-after-body: ../../../resources.html +r-packages: + - tidymodels --- ```{r} diff --git a/learn/models/bootstrap-metrics/index.qmd b/learn/models/bootstrap-metrics/index.qmd index 80c2aeaa..a5e1393c 100644 --- a/learn/models/bootstrap-metrics/index.qmd +++ b/learn/models/bootstrap-metrics/index.qmd @@ -11,6 +11,9 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - earth --- ```{r} diff --git a/learn/models/calibration/index.qmd b/learn/models/calibration/index.qmd index 134af2e4..3b779a32 100644 --- a/learn/models/calibration/index.qmd +++ b/learn/models/calibration/index.qmd @@ -11,6 +11,12 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - probably + - discrim + - klaR + - future --- ```{r} diff --git a/learn/models/coefficients/index.qmd b/learn/models/coefficients/index.qmd index 6a160d30..b00c282b 100644 --- a/learn/models/coefficients/index.qmd +++ b/learn/models/coefficients/index.qmd @@ -12,6 +12,10 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - glmnet + - Matrix --- ```{r} diff --git a/learn/models/conformal-regression/index.qmd b/learn/models/conformal-regression/index.qmd index ed21a23a..81287e4e 100644 --- a/learn/models/conformal-regression/index.qmd +++ b/learn/models/conformal-regression/index.qmd @@ -12,6 +12,11 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - probably + - nnet + - future --- ```{r} diff --git a/learn/models/parsnip-nnet/index.qmd b/learn/models/parsnip-nnet/index.qmd index 15c6051e..843b6a89 100644 --- a/learn/models/parsnip-nnet/index.qmd +++ b/learn/models/parsnip-nnet/index.qmd @@ -11,6 +11,10 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - brulee + - AppliedPredictiveModeling --- ```{r} diff --git a/learn/models/parsnip-predictions/index.qmd b/learn/models/parsnip-predictions/index.qmd index b351a769..1c768d79 100644 --- a/learn/models/parsnip-predictions/index.qmd +++ b/learn/models/parsnip-predictions/index.qmd @@ -15,6 +15,22 @@ include-after-body: ../../../resources.html format: html: theme: ["style.scss"] +r-packages: + - tidymodels + - agua + - baguette + - bonsai + - censored + - discrim + - multilevelmod + - plsmod + - poissonreg + - rules + - sparklyr + - HSAUR3 + - lme4 + - prodlim + - survival --- ```{r} diff --git a/learn/models/parsnip-ranger-glmnet/index.qmd b/learn/models/parsnip-ranger-glmnet/index.qmd index c0ec96b6..5511272d 100644 --- a/learn/models/parsnip-ranger-glmnet/index.qmd +++ b/learn/models/parsnip-ranger-glmnet/index.qmd @@ -11,6 +11,11 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - ranger + - randomForest + - glmnet --- ```{r} diff --git a/learn/models/pls/index.qmd b/learn/models/pls/index.qmd index 9924b221..4a4376eb 100644 --- a/learn/models/pls/index.qmd +++ b/learn/models/pls/index.qmd @@ -11,6 +11,10 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - pls + - sessioninfo --- ```{r} diff --git a/learn/models/sub-sampling/index.qmd b/learn/models/sub-sampling/index.qmd index c2f94067..51a34d06 100644 --- a/learn/models/sub-sampling/index.qmd +++ b/learn/models/sub-sampling/index.qmd @@ -10,6 +10,13 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - klaR + - themis + - discrim + - readr + - ROSE --- ```{r} diff --git a/learn/models/time-series/index.qmd b/learn/models/time-series/index.qmd index 995b41ef..cd6da1b4 100644 --- a/learn/models/time-series/index.qmd +++ b/learn/models/time-series/index.qmd @@ -10,6 +10,12 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - timetk + - forecast + - sweep + - zoo --- ```{r} diff --git a/learn/statistics/bootstrap/index.qmd b/learn/statistics/bootstrap/index.qmd index be24e3d6..04223c04 100644 --- a/learn/statistics/bootstrap/index.qmd +++ b/learn/statistics/bootstrap/index.qmd @@ -12,6 +12,8 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels --- ```{r} diff --git a/learn/statistics/infer/index.qmd b/learn/statistics/infer/index.qmd index 5d0678bc..832b1244 100644 --- a/learn/statistics/infer/index.qmd +++ b/learn/statistics/infer/index.qmd @@ -11,6 +11,9 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - sessioninfo --- ```{r} diff --git a/learn/statistics/k-means/index.qmd b/learn/statistics/k-means/index.qmd index bc25e24b..4f1ea3da 100644 --- a/learn/statistics/k-means/index.qmd +++ b/learn/statistics/k-means/index.qmd @@ -10,6 +10,8 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels --- ```{r} diff --git a/learn/statistics/survival-case-study/index.qmd b/learn/statistics/survival-case-study/index.qmd index ee44b2ef..11cbfc27 100644 --- a/learn/statistics/survival-case-study/index.qmd +++ b/learn/statistics/survival-case-study/index.qmd @@ -10,6 +10,15 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - censored + - modeldatatoo + - glmnet + - aorsf + - sessioninfo + - leaflet + - htmlwidgets --- ```{r} diff --git a/learn/statistics/survival-metrics-details/index.qmd b/learn/statistics/survival-metrics-details/index.qmd index 1bc004bb..16a03a48 100644 --- a/learn/statistics/survival-metrics-details/index.qmd +++ b/learn/statistics/survival-metrics-details/index.qmd @@ -11,6 +11,11 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - censored + - prodlim + - sessioninfo --- ```{r} diff --git a/learn/statistics/survival-metrics/index.qmd b/learn/statistics/survival-metrics/index.qmd index 3a6d10c3..f3eb6429 100644 --- a/learn/statistics/survival-metrics/index.qmd +++ b/learn/statistics/survival-metrics/index.qmd @@ -10,6 +10,14 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - censored + - modeldatatoo + - probably + - patchwork + - future + - sessioninfo --- ```{r} diff --git a/learn/statistics/tidy-analysis/index.qmd b/learn/statistics/tidy-analysis/index.qmd index 4de9aa79..a0faec91 100644 --- a/learn/statistics/tidy-analysis/index.qmd +++ b/learn/statistics/tidy-analysis/index.qmd @@ -11,6 +11,8 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels --- ```{r} diff --git a/learn/statistics/xtabs/index.qmd b/learn/statistics/xtabs/index.qmd index b705fd94..13305888 100644 --- a/learn/statistics/xtabs/index.qmd +++ b/learn/statistics/xtabs/index.qmd @@ -10,6 +10,9 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - sessioninfo --- ```{r} diff --git a/learn/work/bayes-opt/index.qmd b/learn/work/bayes-opt/index.qmd index 984d343b..1d305906 100644 --- a/learn/work/bayes-opt/index.qmd +++ b/learn/work/bayes-opt/index.qmd @@ -10,6 +10,11 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - kernlab + - themis + - future --- ```{r} diff --git a/learn/work/case-weights/index.qmd b/learn/work/case-weights/index.qmd index 175f90a2..fe9708bd 100644 --- a/learn/work/case-weights/index.qmd +++ b/learn/work/case-weights/index.qmd @@ -10,6 +10,8 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels --- ```{r} diff --git a/learn/work/fairness-detectors/index.qmd b/learn/work/fairness-detectors/index.qmd index 6a8f5cd9..6d0e51a2 100644 --- a/learn/work/fairness-detectors/index.qmd +++ b/learn/work/fairness-detectors/index.qmd @@ -12,6 +12,8 @@ toc: true toc-depth: 2 include-after-body: ../../../resources.html bibliography: refs.bib +r-packages: + - tidymodels --- ------------------------------------------------------------------------ diff --git a/learn/work/fairness-readmission/index.qmd b/learn/work/fairness-readmission/index.qmd index f94fdc32..8ac40a85 100644 --- a/learn/work/fairness-readmission/index.qmd +++ b/learn/work/fairness-readmission/index.qmd @@ -13,6 +13,12 @@ toc: true toc-depth: 2 include-after-body: ../../../resources.html bibliography: refs.bib +r-packages: + - tidymodels + - readmission + - baguette + - GGally + - desirability2 --- ------------------------------------------------------------------------ diff --git a/learn/work/nested-resampling/index.qmd b/learn/work/nested-resampling/index.qmd index f1bf65b3..276e545a 100644 --- a/learn/work/nested-resampling/index.qmd +++ b/learn/work/nested-resampling/index.qmd @@ -9,6 +9,12 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - scales + - mlbench + - kernlab + - furrr --- ```{r} diff --git a/learn/work/sparse-matrix/index.qmd b/learn/work/sparse-matrix/index.qmd index a90169c1..b4cc8876 100644 --- a/learn/work/sparse-matrix/index.qmd +++ b/learn/work/sparse-matrix/index.qmd @@ -11,6 +11,9 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - sparsevctrs --- ```{r} diff --git a/learn/work/sparse-recipe/index.qmd b/learn/work/sparse-recipe/index.qmd index 2c757fb7..2964a357 100644 --- a/learn/work/sparse-recipe/index.qmd +++ b/learn/work/sparse-recipe/index.qmd @@ -11,6 +11,9 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - nycflights13 --- ```{r} diff --git a/learn/work/tune-svm/index.qmd b/learn/work/tune-svm/index.qmd index e2359e5e..3194267a 100644 --- a/learn/work/tune-svm/index.qmd +++ b/learn/work/tune-svm/index.qmd @@ -11,6 +11,11 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - mlbench + - kernlab + - future --- ```{r} diff --git a/learn/work/tune-text/index.qmd b/learn/work/tune-text/index.qmd index 45b5a88e..8b577768 100644 --- a/learn/work/tune-text/index.qmd +++ b/learn/work/tune-text/index.qmd @@ -12,6 +12,11 @@ description: | toc: true toc-depth: 2 include-after-body: ../../../resources.html +r-packages: + - tidymodels + - textrecipes + - stopwords + - future --- ```{r} diff --git a/start/case-study/index.qmd b/start/case-study/index.qmd index 7af9bc48..0ab6fc05 100644 --- a/start/case-study/index.qmd +++ b/start/case-study/index.qmd @@ -16,6 +16,12 @@ toc-depth: 2 toc-title: "" css: ../styles.css include-after-body: ../repo-actions-delete.html +r-packages: + - tidymodels + - readr + - glmnet + - ranger + - vip --- ```{r} diff --git a/start/models/index.qmd b/start/models/index.qmd index 0d847d00..dca9c930 100644 --- a/start/models/index.qmd +++ b/start/models/index.qmd @@ -5,13 +5,19 @@ categories: - model fitting - parsnip - tidying results -description: | +description: | Get started by learning how to specify and train a model using tidymodels. toc-location: body toc-depth: 2 toc-title: "" css: ../styles.css include-after-body: ../repo-actions-delete.html +r-packages: + - tidymodels + - readr + - rstanarm + - broom.mixed + - dotwhisker --- ```{r} diff --git a/start/recipes/index.qmd b/start/recipes/index.qmd index 25bc892da..fcd4087d 100644 --- a/start/recipes/index.qmd +++ b/start/recipes/index.qmd @@ -15,6 +15,11 @@ toc-depth: 2 toc-title: "" css: ../styles.css include-after-body: ../repo-actions-delete.html +r-packages: + - tidymodels + - nycflights13 + - skimr + - kableExtra --- ```{r} diff --git a/start/resampling/index.qmd b/start/resampling/index.qmd index 9ea21590..c467e193 100644 --- a/start/resampling/index.qmd +++ b/start/resampling/index.qmd @@ -14,6 +14,10 @@ toc-depth: 2 toc-title: "" css: ../styles.css include-after-body: ../repo-actions-delete.html +r-packages: + - tidymodels + - ranger + - kableExtra --- ```{r} diff --git a/start/tuning/index.qmd b/start/tuning/index.qmd index 291d0132..b52d48e0 100644 --- a/start/tuning/index.qmd +++ b/start/tuning/index.qmd @@ -15,6 +15,13 @@ toc-depth: 2 toc-title: "" css: ../styles.css include-after-body: ../repo-actions-delete.html +r-packages: + - tidymodels + - rpart + - rpart.plot + - vip + - kableExtra + - future --- ```{r}