-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changes to 1-day/2-day paths; added SDSS
- Loading branch information
Showing
401 changed files
with
38,322 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Oops, something went wrong.