-
Notifications
You must be signed in to change notification settings - Fork 14
/
_quarto.yml
115 lines (109 loc) · 3.44 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
project:
type: website
output-dir: _site
render:
- "*.qmd"
- "!STYLING.md"
resources:
- "learn/work/tune-svm/ionosphere.csv"
- "learn/models/sub-sampling/imbal_data.csv"
- "start/case-study/hotels.csv"
- "start/models/urchins.csv"
execute:
freeze: auto
keep-md: true
website:
title: "tidymodels"
navbar:
pinned: true
right:
- text: "Packages"
href: packages/index.qmd
- text: "Get Started"
href: start/index.qmd
- text: "Learn"
href: learn/index.qmd
- text: "Help"
href: help/index.qmd
- text: "Contribute"
href: contribute/index.qmd
- text: "About"
href: about/index.qmd
- text: "Find"
href: find/index.qmd
- icon: github
href: https://github.com/tidymodels/
aria-label: GitHub
sidebar:
- id: get-started
style: "floating"
contents:
- text: "GET STARTED"
href: start/index.qmd
- text: "Build a model"
href: start/models/index.qmd
- text: "Preprocess your data with recipes"
href: start/recipes/index.qmd
- text: "Evaluate your model with resamples"
href: start/resampling/index.qmd
- text: "Tune model parameters"
href: start/tuning/index.qmd
- text: "A predictive modeling case study"
href: start/case-study/index.qmd
- id: learn
collapse-level: 1
contents:
- text: "Learn"
href: learn/index.qmd
- section: "Perform Statistical Analyses"
contents:
- learn/statistics/bootstrap/index.qmd
- learn/statistics/infer/index.qmd
- learn/statistics/k-means/index.qmd
- learn/statistics/tidy-analysis/index.qmd
- learn/statistics/xtabs/index.qmd
- section: "Create Robust Models"
contents:
- learn/models/coefficients/index.qmd
- learn/models/parsnip-nnet/index.qmd
- learn/models/parsnip-ranger-glmnet/index.qmd
- learn/models/pls/index.qmd
- learn/models/sub-sampling/index.qmd
- learn/models/time-series/index.qmd
- learn/models/conformal-regression/index.qmd
- section: "Develop custom modeling tools"
contents:
- learn/develop/broom/index.qmd
- learn/develop/metrics/index.qmd
- learn/develop/models/index.qmd
- learn/develop/parameters/index.qmd
- learn/develop/recipes/index.qmd
- section: "Tune, compare, and work with your models"
contents:
- learn/work/bayes-opt/index.qmd
- learn/work/case-weights/index.qmd
- learn/work/nested-resampling/index.qmd
- learn/work/tune-svm/index.qmd
- learn/work/tune-text/index.qmd
page-footer:
left: |
Proudly supported by
[![](https://www.rstudio.com/assets/img/posit-logo-fullcolor-TM.svg){fig-alt="Posit" width=65px}](https://posit.co)
right: |
<a onclick="window.scrollTo({ top: 0, behavior: 'smooth' }); return false;" role="button">
{{< fa chevron-up >}}
</a>
repo-url: https://github.com/tidymodels/tidymodels.org
repo-actions: [edit, issue]
format:
html:
quarto-required: ">= 1.3.353"
toc: true
linestretch: 1.6
include-after-body: plausible.html
grid:
body-width: 840px
theme:
- cosmo
- styles.scss
- styles-frontpage.scss