Skip to content

Commit

Permalink
changes to 1-day/2-day paths; added SDSS
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed May 27, 2019
1 parent bcd518b commit 56f17a6
Show file tree
Hide file tree
Showing 401 changed files with 38,322 additions and 0 deletions.
527 changes: 527 additions & 0 deletions one day/Part_1.html

Large diffs are not rendered by default.

Binary file added one day/Part_1.pdf
Binary file not shown.
611 changes: 611 additions & 0 deletions one day/Part_2.html

Large diffs are not rendered by default.

Binary file added one day/Part_2.pdf
Binary file not shown.
738 changes: 738 additions & 0 deletions one day/Part_3.html

Large diffs are not rendered by default.

Binary file added one day/Part_3.pdf
Binary file not shown.
1,240 changes: 1,240 additions & 0 deletions one day/Part_4.html

Large diffs are not rendered by default.

Binary file added one day/Part_4.pdf
Binary file not shown.
483 changes: 483 additions & 0 deletions one day/Part_5.html

Large diffs are not rendered by default.

Binary file added one day/Part_5.pdf
Binary file not shown.
24 changes: 24 additions & 0 deletions one day/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Slides and code for the _Modeling in the Tidyverse_ short course on Wednesday, May 29 2019 at SDSS (Symposium on Data Science and Statistics).

**This repo will be updated a few days before the workshop with the slides and code**

To prepare, please run this code to install and verify the packages:

```r
install.packages(
c("tidymodels", "tidyposterior", "AmesHousing", "readr", "xgboost"),
repos = "http://cran.r-project.org"
)

library(tidymodels)
library(xgboost)
library(tidyposterior)
library(AmesHousing)
library(readr)
```

Warnings here are okay, errors are not.

We will have Rstudio Server instances to use if you can't (or don't want to) install these packages.

If you want to read up a bit about predictive modeling before the workshop, check out [chapter 1](https://bookdown.org/max/FES/intro-intro.html) and [chapter 3](https://bookdown.org/max/FES/review-predictive-modeling-process.html) of [_Feature Engineering and Selection_](https://bookdown.org/max/FES/).
Binary file added one day/bst_splits.RData
Binary file not shown.
Loading

0 comments on commit 56f17a6

Please sign in to comment.