Skip to content

Commit f18f4bd

Browse files
committed
first rerender without deletes
1 parent 58f87a1 commit f18f4bd

25 files changed

+495
-50
lines changed

404.html.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Page Not Found
44

55

66

7+
78
![](images/evil-come-at-me-bro-cupcake-by-allison-horst.jpg){height="500" fig-alt="recipes rx sticker, modified to add evil eyes and mouth. Flaming topping and to be holding a knife and a cleaver, both of which are escaping the hex frame."}
89

910
The page you requested cannot be found (perhaps it was moved or renamed).

about/davis/index.html.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ team: true
1111

1212

1313

14+
1415
Davis Vaughan is a Software Engineer at RStudio. He is the author or maintainer of several R packages for finance and data analytics, including tidyquant, timetk, tibbletime, sweep, rray and hardhat. He is well-known for this work around creating modeling packages in R.
1516

about/max/index.html.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ team: true
1111

1212

1313

14+
1415
Dr. Max Kuhn is a Software Engineer at RStudio. He is the author or maintainer of several R packages for predictive modeling including caret, AppliedPredictiveModeling, Cubist, C50 and SparseLDA. He routinely teaches classes in predictive modeling at Predictive Analytics World and UseR! and his publications include work on neuroscience biomarkers, drug discovery, molecular diagnostics and response surface methodology.

books/fes/index.html.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ weight: 3
77

88

99

10+
1011
![](cover.jpg)
1112

1213
A primary goal of predictive modeling is to find a reliable and effective predictive relationship between an available set of features and an outcome. This book provides an extensive set of techniques for uncovering effective representations of the features for modeling the outcome and for finding an optimal subset of features to improve a model’s predictive performance.

books/moderndive/index.html.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ weight: 5
77

88

99

10+
11+
1012
![](cover.png)
1113

1214
This book is intended to be a gentle introduction to the practice of analyzing data and answering questions using data the way data scientists, statisticians, data journalists, and other researchers would. Over the course of this book, you will develop your "data science toolbox," equipping yourself with tools such as data visualization, data formatting, data wrangling, data modeling using regression, and statistical inference via hypothesis testing and confidence intervals.

books/smltar/index.html.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ weight: 2
77

88

99

10+
11+
1012
![](cover.png)
1113

1214
This book explains how to preprocess text data for modeling, train models, and evaluate model performance using tools from the tidyverse and tidymodels ecosystem. Models like these can be used to make predictions for new observations, to understand what natural language features or characteristics contribute to differences in the output, and more. If you are already familiar with the basics of predictive modeling, use the comprehensive, detailed examples in this book to extend your skills to the domain of natural language processing.

books/tidytext/index.html.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ weight: 4
77

88

99

10+
11+
1012
![](cover.png)
1113

1214
This practical book provides an introduction to text mining using tidy data principles in R, focusing on exploratory data analysis for text. Using tidy data principles can make text mining task easier and more effective; in this book, learn how to manipulate, summarize, and visualize characteristics of text using these methods and R packages from the tidy tool ecosystem.

books/tmwr/index.html.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ weight: 1
77

88

99

10+
11+
1012
![](cover.png)
1113

1214
Modeling of data is integral to science, business, politics, and many other aspects of our lives. The goals of this book are to:

contribute/index.html.md

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ include-after-body: ../resources.html
99

1010

1111

12-
1312
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.
1413

1514
## Design goals

find/all/index.html.md

+2-2
Large diffs are not rendered by default.

find/broom/index.html.md

+2-2
Large diffs are not rendered by default.

find/index.html.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ include-after-body: ../resources.html
88

99

1010

11+
12+
1113
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:
1214

1315
* [Search all of tidymodels](all/index.qmd)

find/parsnip/index.html.md

+2-2
Large diffs are not rendered by default.

find/recipes/index.html.md

+2-2
Large diffs are not rendered by default.

help/index.html.md

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ include-after-body: ../resources.html
99

1010

1111

12-
1312
## Asking for help
1413

1514
If you're asking for R help, reporting a bug, or requesting a new feature, you're more likely to succeed if you include a good reproducible example, which is precisely what the [reprex](https://reprex.tidyverse.org/) package is built for. You can learn more about reprex, along with other tips on how to help others help you in the [tidyverse.org help section](https://www.tidyverse.org/help/).

index.html.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ page-layout: custom
44

55

66

7+
78
::::: {#FrontPage}
89

910
:::: {.band .first}

installs.R

+5
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ packages <- c(
7676

7777
pak::pak(packages)
7878

79+
# Manually check for dev versions
80+
# sub("rstudio/", "", packages) |>
81+
# setdiff(c()) |>
82+
# sapply(packageVersion)
83+
7984
# Running `library(brulee)` will trigger installation of torch
8085
library(brulee)
8186

learn/develop/broom/index.html.md

+4-4
Large diffs are not rendered by default.

learn/index.html.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ listing:
1919

2020

2121

22+
2223
After you know [what you need to get started](/start/) with tidymodels, you can learn more and go further. Find articles here to help you solve specific problems using the tidymodels framework.
2324

learn/statistics/infer/index.html.md

+36-36
Original file line numberDiff line numberDiff line change
@@ -284,16 +284,16 @@ gss %>%
284284
#> # Groups: replicate [5,000]
285285
#> replicate hours
286286
#> <int> <dbl>
287-
#> 1 1 38.6
288-
#> 2 1 58.6
289-
#> 3 1 38.6
290-
#> 4 1 42.6
291-
#> 5 1 48.6
292-
#> 6 1 54.6
293-
#> 7 1 38.6
294-
#> 8 1 38.6
295-
#> 9 1 38.6
296-
#> 10 1 18.6
287+
#> 1 1 13.6
288+
#> 2 1 4.62
289+
#> 3 1 78.6
290+
#> 4 1 33.6
291+
#> 5 1 58.6
292+
#> 6 1 23.6
293+
#> 7 1 38.6
294+
#> 8 1 38.6
295+
#> 9 1 48.6
296+
#> 10 1 78.6
297297
#> # ℹ 2,499,990 more rows
298298
```
299299
:::
@@ -318,15 +318,15 @@ gss %>%
318318
#> # Groups: replicate [5,000]
319319
#> partyid age replicate
320320
#> <fct> <dbl> <int>
321-
#> 1 rep 36 1
321+
#> 1 ind 36 1
322322
#> 2 ind 34 1
323-
#> 3 other 24 1
324-
#> 4 dem 42 1
325-
#> 5 dem 31 1
323+
#> 3 ind 24 1
324+
#> 4 ind 42 1
325+
#> 5 rep 31 1
326326
#> 6 rep 32 1
327327
#> 7 dem 48 1
328328
#> 8 ind 36 1
329-
#> 9 ind 30 1
329+
#> 9 rep 30 1
330330
#> 10 rep 33 1
331331
#> # ℹ 2,499,990 more rows
332332
```
@@ -351,16 +351,16 @@ gss %>%
351351
#> # A tibble: 5,000 × 2
352352
#> replicate stat
353353
#> <int> <dbl>
354-
#> 1 1 39.8
355-
#> 2 2 40.2
356-
#> 3 3 40.0
357-
#> 4 4 40.1
354+
#> 1 1 39.7
355+
#> 2 2 41.0
356+
#> 3 3 40.5
357+
#> 4 4 40.8
358358
#> 5 5 39.9
359-
#> 6 6 39.9
360-
#> 7 7 38.2
361-
#> 8 8 39.5
362-
#> 9 9 40.1
363-
#> 10 10 39.9
359+
#> 6 6 39.2
360+
#> 7 7 39.2
361+
#> 8 8 40.9
362+
#> 9 9 41.1
363+
#> 10 10 39.7
364364
#> # ℹ 4,990 more rows
365365
```
366366
:::
@@ -383,16 +383,16 @@ gss %>%
383383
#> # A tibble: 5,000 × 2
384384
#> replicate stat
385385
#> <int> <dbl>
386-
#> 1 1 -1.31
387-
#> 2 2 -0.637
388-
#> 3 3 -0.240
389-
#> 4 4 0.429
390-
#> 5 5 -0.716
391-
#> 6 6 -0.769
392-
#> 7 7 0.623
393-
#> 8 8 0.535
394-
#> 9 9 1.04
395-
#> 10 10 -0.337
386+
#> 1 1 -0.593
387+
#> 2 2 0.280
388+
#> 3 3 1.97
389+
#> 4 4 -2.00
390+
#> 5 5 2.33
391+
#> 6 6 2.21
392+
#> 7 7 -0.928
393+
#> 8 8 -0.329
394+
#> 9 9 -2.07
395+
#> 10 10 0.332
396396
#> # ℹ 4,990 more rows
397397
```
398398
:::
@@ -474,12 +474,12 @@ p_value
474474
#> # A tibble: 1 × 1
475475
#> p_value
476476
#> <dbl>
477-
#> 1 0.0416
477+
#> 1 0.0296
478478
```
479479
:::
480480

481481

482-
It looks like the p-value is 0.0416, which is pretty small---if the true mean number of hours worked per week was actually 40, the probability of our sample mean being this far (1.382 hours) from 40 would be 0.0416. This may or may not be statistically significantly different, depending on the significance level $\alpha$ you decided on *before* you ran this analysis. If you had set $\alpha = .05$, then this difference would be statistically significant, but if you had set $\alpha = .01$, then it would not be.
482+
It looks like the p-value is 0.0296, which is pretty small---if the true mean number of hours worked per week was actually 40, the probability of our sample mean being this far (1.382 hours) from 40 would be 0.0296. This may or may not be statistically significantly different, depending on the significance level $\alpha$ you decided on *before* you ran this analysis. If you had set $\alpha = .05$, then this difference would be statistically significant, but if you had set $\alpha = .01$, then it would not be.
483483

484484
To get a confidence interval around our estimate, we can write:
485485

packages/index.html.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ include-after-body: ../resources.html
77

88

99

10+
11+
1012
## Installation and use
1113

1214
* Install many of the packages in the tidymodels ecosystem by running `install.packages("tidymodels")`.

site_libs/bootstrap/bootstrap-15c28928c10f3a63c41ee9a4f33fab15.min.css

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)