Skip to content

Commit

Permalink
add resources sections with javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed May 24, 2023
1 parent eb01854 commit 85de051
Show file tree
Hide file tree
Showing 109 changed files with 1,308 additions and 305 deletions.
6 changes: 3 additions & 3 deletions _freeze/content/find/all/index/execute-results/html.json

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions _freeze/content/find/broom/index/execute-results/html.json

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions _freeze/content/find/parsnip/index/execute-results/html.json

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions _freeze/content/find/recipes/index/execute-results/html.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ website:
- text: "Contribute"
href: content/contribute/index.qmd
- text: "About"
href: content/author/index.qmd
href: content/about/index.qmd
- text: "Reference"
href: content/find/index.qmd
- icon: github
Expand Down
File renamed without changes.
6 changes: 6 additions & 0 deletions content/about/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Meet the team
toc: true
toc-depth: 0
include-after-body: ../../resources.html
---
File renamed without changes.
3 changes: 0 additions & 3 deletions content/author/index.qmd

This file was deleted.

4 changes: 3 additions & 1 deletion content/contribute/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: How to contribute to tidymodels
toc: false
toc: true
toc-depth: 0
include-after-body: ../../resources.html
---

The ecosystem of tidymodels packages would not be possible without the contributions of the R community. No matter your current skills, it's possible to contribute back to tidymodels. Contributions are guided by our design goals.
Expand Down
3 changes: 3 additions & 0 deletions content/find/all/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: "Search all of tidymodels"
toc: true
toc-depth: 0
include-after-body: ../../../resources.html
---


Expand Down
3 changes: 3 additions & 0 deletions content/find/broom/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ title: Search broom methods
weight: 3
description: |
Find `tidy()`, `augment()`, and `glance()` methods for different objects.
toc: true
toc-depth: 0
include-after-body: ../../../resources.html
---

Here are all the broom functions available across CRAN packages. Click on the link in the topic column to find more information.
Expand Down
3 changes: 3 additions & 0 deletions content/find/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: "Explore tidymodels"
description: "Explore searchable tables of all tidymodels packages and functions."
toc: true
toc-depth: 0
include-after-body: ../../resources.html
---

Below you'll find searchable tables to help you explore the tidymodels packages and functions. The tables also include links to the relevant reference page to help you navigate the package documentation. Use the following categories to guide you:
Expand Down
3 changes: 3 additions & 0 deletions content/find/parsnip/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: Search parsnip models
weight: 2
description: |
Find model types, engines, and arguments to fit and predict in the tidymodels framework.
toc: true
toc-depth: 0
include-after-body: ../../../resources.html
---

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).
Expand Down
3 changes: 3 additions & 0 deletions content/find/recipes/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ title: Search recipe steps
weight: 3
description: |
Find recipe steps in the tidymodels framework to help you prep your data for modeling.
toc: true
toc-depth: 0
include-after-body: ../../../resources.html
---


Expand Down
4 changes: 3 additions & 1 deletion content/help/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Get Help
toc: false
toc: true
toc-depth: 1
include-after-body: ../../resources.html
---

## Asking for help
Expand Down
3 changes: 3 additions & 0 deletions content/learn/develop/broom/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ type: learn-subsection
weight: 5
description: |
Write tidy(), glance(), and augment() methods for new model objects.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/develop/metrics/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ type: learn-subsection
weight: 3
description: |
Create a new performance metric and integrate it with yardstick functions.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/develop/models/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ type: learn-subsection
weight: 2
description: |
Create a parsnip model function from an existing model implementation.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/develop/parameters/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ type: learn-subsection
weight: 4
description: |
Build functions to use in tuning both quantitative and qualitative parameters.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/develop/recipes/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ type: learn-subsection
weight: 1
description: |
Write a new recipe step for data preprocessing.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/models/coefficients/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ type: learn-subsection
weight: 5
description: |
Create models that use coefficients, extract them from fitted models, and visualize them.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/models/parsnip-nnet/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ type: learn-subsection
weight: 2
description: |
Train a classification model and evaluate its performance.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/models/parsnip-ranger-glmnet/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ type: learn-subsection
weight: 1
description: |
Create and train different kinds of regression models with different computational engines.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/models/pls/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ type: learn-subsection
weight: 6
description: |
Build and fit a predictive model with more than one outcome.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/models/sub-sampling/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ type: learn-subsection
weight: 3
description: |
Improve model performance in imbalanced data sets through undersampling or oversampling.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/models/time-series/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ type: learn-subsection
weight: 4
description: |
Calculate performance estimates for time series forecasts using resampling.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/statistics/bootstrap/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ type: learn-subsection
weight: 3
description: |
Apply bootstrap resampling to estimate uncertainty in model parameters.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/statistics/infer/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ type: learn-subsection
weight: 4
description: |
Perform common hypothesis tests for statistical inference using flexible functions.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/statistics/k-means/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ type: learn-subsection
weight: 2
description: |
Summarize clustering characteristics and estimate the best number of clusters for a data set.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/statistics/tidy-analysis/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ type: learn-subsection
weight: 1
description: |
Analyze the results of correlation tests and simple regression models for many data sets at once.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/statistics/xtabs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ type: learn-subsection
weight: 5
description: |
Use tests of independence and goodness of fit to analyze tables of counts.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/work/bayes-opt/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ type: learn-subsection
weight: 3
description: |
Identify the best hyperparameters for a model using Bayesian optimization of iterative search.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/work/case-weights/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ type: learn-subsection
weight: 5
description: |
Create models that use coefficients, extract them from fitted models, and visualize them.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/work/nested-resampling/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ type: learn-subsection
weight: 2
description: |
Estimate the best hyperparameters for a model using nested resampling.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/work/tune-svm/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ type: learn-subsection
weight: 1
description: |
Choose hyperparameters for a model by training on a grid of many possible parameter values.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
3 changes: 3 additions & 0 deletions content/learn/work/tune-text/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ type: learn-subsection
weight: 4
description: |
Prepare text data for predictive modeling and tune with both grid and iterative search.
toc: true
toc-depth: 2
include-after-body: ../../../../resources.html
---

```{r}
Expand Down
5 changes: 4 additions & 1 deletion content/packages/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Tidymodels packages
toc: true
toc-depth: 1
include-after-body: ../../resources.html
---

## Installation and use
Expand Down Expand Up @@ -86,7 +89,7 @@ title: Tidymodels packages
</div>
</div>

Learn more about the tidymodels metapackage itself at<https://tidymodels.tidymodels.org/>.
Learn more about the tidymodels metapackage itself at <https://tidymodels.tidymodels.org/>.

## Specialized packages

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
<script src="../../../site_libs/bootstrap/bootstrap.min.js"></script>
<link href="../../../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="../../../site_libs/bootstrap/bootstrap.min.css" rel="stylesheet" id="quarto-bootstrap" data-mode="light">
<link href="../../../site_libs/quarto-contrib/fontawesome6-0.1.0/all.css" rel="stylesheet">
<link href="../../../site_libs/quarto-contrib/fontawesome6-0.1.0/latex-fontsize.css" rel="stylesheet">
<script id="quarto-search-options" type="application/json">{
"location": "navbar",
"copy-button": false,
Expand Down Expand Up @@ -100,7 +102,7 @@
<span class="menu-text">Contribute</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="../../../content/author/index.html" rel="" target="">
<a class="nav-link" href="../../../content/about/index.html" rel="" target="">
<span class="menu-text">About</span></a>
</li>
<li class="nav-item">
Expand Down Expand Up @@ -403,8 +405,8 @@
<div class="nav-footer-left">Proudly supported by <a href="https://posit.co"><img src="https://www.rstudio.com/assets/img/posit-logo-fullcolor-TM.svg" class="img-fluid" alt="Posit" width="65"></a></div>
<div class="nav-footer-center">
&nbsp;
<div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/tidymodels/tidymodels_dot_org/edit/main/content/author/davis/index.qmd" class="toc-action">Edit this page</a></p><p><a href="https://github.com/tidymodels/tidymodels_dot_org/issues/new" class="toc-action">Report an issue</a></p></div></div></div>
<div class="nav-footer-right"><a onclick="window.scrollTo({ top: 0, behavior: 'smooth' }); return false;" role="button"> Back to top </a></div>
<div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/tidymodels/tidymodels_dot_org/edit/main/content/about/davis/index.qmd" class="toc-action">Edit this page</a></p><p><a href="https://github.com/tidymodels/tidymodels_dot_org/issues/new" class="toc-action">Report an issue</a></p></div></div></div>
<div class="nav-footer-right"><a onclick="window.scrollTo({ top: 0, behavior: 'smooth' }); return false;" role="button"> <i class="fa-solid fa-chevron-up" aria-label="chevron-up"></i> </a></div>
</div>
</footer>

Expand Down
Loading

0 comments on commit 85de051

Please sign in to comment.