Welcome to the R4DS Introduction to Statistical Learning Using R Book Club!
We are working together to read Introduction to Statistical Learning Using R by Gareth James, Daniela Witten, Trevor Hastie, and Rob Tibshirani (Springer Science+Business Media, LLC, part of Springer Nature, copyright 2021, 978-1-0716-1418-1_1). Join the #book_club-islr channel on the R4DS Slack to participate. As we read, we are producing notes about the book.
If you would like to present, please add your name next to a chapter using the GitHub Web Editor!
Cohort 1: (started 2021-09-21) - Tuesdays, 10:00am EST/EDT
- 2021-09-21: Chapter 1: Introduction - Jon Harmon
- 2021-09-28: Chapter 2: Statistical Learning (part 1) - Ray Balise
- 2021-10-05: Chapter 2: Statistical Learning (part 2) - Ray Balise and Jon Harmon
- 2021-10-12: Chapter 3: Linear Regression (part 1) - Jon Harmon
- 2021-10-19: Chapter 3: Linear Regression (part 2) - TBD
- 2021-10-26: Chapter 4: Classification (part 1) - TBD
- 2021-11-02: Chapter 4: Classification (part 2) - TBD
- 2021-11-09: Chapter 5: Resampling Methods (part 1) - TBD
- 2021-11-16: Chapter 5: Resampling Methods (part 2) - TBD
- 2021-11-23: Chapter 6: Linear Model Selection and Regularization (part 1) - TBD
- 2021-11-30: Chapter 6: Linear Model Selection and Regularization (part 2) - TBD
- 2021-12-07: Chapter 7: Moving Beyond Linearity (part 1) - TBD
- 2021-12-14: Chapter 7: Moving Beyond Linearity (part 2) - TBD
- 2021-12-21: Chapter 8: Tree-Based Methods (part 1) - TBD
- 2021-12-28: Chapter 8: Tree-Based Methods (part 2) - TBD
- 2022-01-04: Chapter 9: Support Vector Machines (part 1) - TBD
- 2022-01-11: Chapter 9: Support Vector Machines (part 2) - TBD
- 2022-01-18: Chapter 10: Deep Learning (part 1) - TBD
- 2022-01-25: Chapter 10: Deep Learning (part 2) - TBD
- 2022-02-01: Chapter 11: Survival Analysis and Censored Data (part 1) - TBD
- 2022-02-08: Chapter 11: Survival Analysis and Censored Data (part 2) - TBD
- 2022-02-15: Chapter 12: Unsupervised Learning (part 1) - TBD
- 2022-02-22: Chapter 12: Unsupervised Learning (part 2) - TBD
- 2022-03-01: Chapter 13: Multiple Testing (part 1) - TBD
- 2022-03-08: Chapter 13: Multiple Testing (part 2) - TBD
This repository is structured as a {bookdown} site. To present, follow these instructions:
- Setup Github Locally
- Fork this repository.
- Create a New Project in RStudio using your fork.
- Install dependencies for this book with
devtools::install_dev_deps()
(technically optional but it's nice to be able to rebuild the full book). - Create a New Branch in your fork for your work.
- Edit the appropriate chapter file, if necessary. Use
##
to indicate new slides (new sections). - If you use any packages that are not already in the
DESCRIPTION
, add them. You can useusethis::use_package("myCoolPackage")
to add them quickly! - Commit your changes.
- Push your changes to your branch.
- Open a Pull Request (PR) to let us know that your slides are ready.
When your PR is checked into the main branch, the bookdown site will rebuild, adding your slides to this site.