Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deck 2 slide + classwork #87

Merged
merged 2 commits into from
Jul 24, 2022
Merged

Deck 2 slide + classwork #87

merged 2 commits into from
Jul 24, 2022

Conversation

hfrick
Copy link
Member

@hfrick hfrick commented Jul 24, 2022

keeping things in sync ✨

since we'll use this kind of split in the following decks
@@ -300,7 +300,7 @@ Use `strata = latency`

```{r}
set.seed(123)
frog_split <- initial_split(tree_frogs, strata = latency)
frog_split <- initial_split(tree_frogs, prop = 0.8, strata = latency)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added prob = 0.8 back in because that's what we're using in the following deck

Copy link
Member

@juliasilge juliasilge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much! 👩‍🎤

@juliasilge juliasilge merged commit a5c5d77 into main Jul 24, 2022
@juliasilge juliasilge deleted the deck-2 branch July 24, 2022 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants