From 1077bb4ae4d86bef44931e0d88c931dfc8473760 Mon Sep 17 00:00:00 2001 From: Sam Lau Date: Thu, 24 Feb 2022 18:30:47 -0800 Subject: [PATCH] Update textbook links --- _modules/week-03.md | 4 ++-- _modules/week-04.md | 2 +- _modules/week-05.md | 2 +- _modules/week-06.md | 2 +- _modules/week-07.md | 4 ++-- _modules/week-08.md | 2 +- _modules/week-09.md | 2 +- _modules/week-12.md | 2 +- _modules/week-13.md | 4 ++-- _modules/week-14.md | 2 +- _modules/week-15.md | 4 ++-- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/_modules/week-03.md b/_modules/week-03.md index 44a080bf..82fe3224 100644 --- a/_modules/week-03.md +++ b/_modules/week-03.md @@ -9,11 +9,11 @@ days: - date: 2022-02-01 events: ? '**Lecture 5**{: .label .label-lecture } [Data Wrangling, EDA](lecture/lec05)' - : '[Ch. 8-9](https://www.textbook.ds100.org/ch/08/wrangling_intro.html)' + : '[Ch. 8-10](https://www.textbook.ds100.org/ch/08/files_intro.html)' - date: 2022-02-03 events: ? '**Lecture 6**{: .label .label-lecture } [Regex](lecture/lec06)' - : '[Ch. 12](https://www.textbook.ds100.org/ch/12/text_intro.html)' + : '[Ch. 13](https://www.textbook.ds100.org/ch/13/text_intro.html)' - date: 2021-02-04 events: ? '**Discussion 3**{: .label .label-disc } [Pandas, Data Cleaning](https://drive.google.com/file/d/1GPVst29IHfRj7DvzMUI3_GcIJUD7ubxY/view?usp=sharing) ([code](https://data100.datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FDS-100%2Fsp22&branch=main&urlpath=lab%2Ftree%2Fsp22%2Fdisc%2Fdisc03)) ([solutions](https://drive.google.com/file/d/16FK2F1MPiVpIZtfSlKthoi3rkO6vw5OQ/view?usp=sharing)) ([recording](https://youtube.com/playlist?list=PLQCcNQgUcDfrTOBnCwaADLYoNEmeJCmsP))' diff --git a/_modules/week-04.md b/_modules/week-04.md index 98bef65e..26812fc2 100644 --- a/_modules/week-04.md +++ b/_modules/week-04.md @@ -9,7 +9,7 @@ days: - date: 2022-02-08 events: ? '**Lecture 7**{: .label .label-lecture } [Visualization I](lecture/lec07)' - : '[Ch. 10.1-10.3](https://www.textbook.ds100.org/ch/10/viz_quantitative.html)' + : '[Ch. 11](https://www.textbook.ds100.org/ch/11/viz_intro.html)' ? 'Textbook: [Seaborn Reference Table](https://www.textbook.ds100.org/ch/a04/ref_seaborn.html)' ? 'Textbook: [Matplotlib Reference Table](https://www.textbook.ds100.org/ch/a04/ref_matplotlib.html)' - date: 2022-02-10 diff --git a/_modules/week-05.md b/_modules/week-05.md index b2a5a7d9..a97312c1 100644 --- a/_modules/week-05.md +++ b/_modules/week-05.md @@ -9,7 +9,7 @@ days: - date: 2022-02-15 events: ? '**Lecture 9**{: .label .label-lecture } [Intro to Modeling, Simple Linear Regression](lecture/lec09)' - : '[Ch. 14](https://www.textbook.ds100.org/ch/14/linear_models.html)' + : '[Ch. 15](https://www.textbook.ds100.org/ch/15/linear_models.html)' - date: 2022-02-17 events: ? '**Lecture 10**{: .label .label-lecture } [Constant Model, Loss, and Transformations](lecture/lec10)' diff --git a/_modules/week-06.md b/_modules/week-06.md index 4ddb4075..db1ede04 100644 --- a/_modules/week-06.md +++ b/_modules/week-06.md @@ -9,7 +9,7 @@ days: - date: 2022-02-22 events: ? '**Lecture 11**{: .label .label-lecture } [Ordinary Least Squares (Multiple Linear Regression)](lecture/lec11)' - : '[Ch. 14.4](https://www.textbook.ds100.org/ch/14/linear_projection.html), [18.1](https://www.textbook.ds100.org/ch/18/mult_model.html)' + : '[Ch. 15.4](https://www.textbook.ds100.org/ch/15/linear_projection.html), [19.1](https://www.textbook.ds100.org/ch/19/mult_model.html)' - date: 2022-02-24 events: ? '**Midterm**{: .label .label-hw } Midterm 1 (8-10 pm) (No Lecture)' diff --git a/_modules/week-07.md b/_modules/week-07.md index 902a77c5..187cfb48 100644 --- a/_modules/week-07.md +++ b/_modules/week-07.md @@ -9,11 +9,11 @@ days: - date: 2022-03-01 events: ? '**Lecture 12**{: .label .label-lecture } Gradient Descent, sklearn' - : '[Ch. 16](https://www.textbook.ds100.org/ch/16/gradient_descent.html)' + : '[Ch. 17](https://www.textbook.ds100.org/ch/17/gradient_descent.html)' - date: 2022-03-03 events: ? '**Lecture 13**{: .label .label-lecture } Feature Engineering' - : '[Ch. 21](https://www.textbook.ds100.org/ch/21/feature_engineering.html)' + : '[Ch. 20](https://www.textbook.ds100.org/ch/20/feature_engineering.html)' - date: 2022-03-04 events: ? '**Discussion 7**{: .label .label-disc } Human Contexts in Engineering and Feature Engineering' diff --git a/_modules/week-08.md b/_modules/week-08.md index 820a4347..44fec97b 100644 --- a/_modules/week-08.md +++ b/_modules/week-08.md @@ -13,7 +13,7 @@ days: - date: 2022-03-10 events: ? '**Lecture 15**{: .label .label-lecture } Regularization and Cross-Validation' - : '[Ch. 21](https://www.textbook.ds100.org/ch/21/reg_intro.html), [20.3](https://www.textbook.ds100.org/ch/20/bias_cv.html)' + : '[Ch. 22](https://www.textbook.ds100.org/ch/22/reg_intro.html), [21.3](https://www.textbook.ds100.org/ch/21/bias_cv.html)' - date: 2022-03-11 events: ? '**Discussion 8**{: .label .label-disc } HCE Part 2, Regularization' diff --git a/_modules/week-09.md b/_modules/week-09.md index 41df0fd3..0d5af23d 100644 --- a/_modules/week-09.md +++ b/_modules/week-09.md @@ -13,7 +13,7 @@ days: - date: 2022-03-17 events: ? '**Lecture 17**{: .label .label-lecture } Probability II: Estimators, Bias, and Variance' - : '[Ch. 15.2-15.3](https://www.textbook.ds100.org/ch/15/prob_exp_var.html)' + : '[Ch. 16.2-16.3](https://www.textbook.ds100.org/ch/16/prob_exp_var.html)' - date: 2022-03-18 events: ? '**Discussion 9**{: .label .label-disc } Cross-Validation + Probability I' diff --git a/_modules/week-12.md b/_modules/week-12.md index c06e7d85..b792265b 100644 --- a/_modules/week-12.md +++ b/_modules/week-12.md @@ -9,7 +9,7 @@ days: - date: 2022-04-05 events: ? '**Lecture 20**{: .label .label-lecture } PCA' - : '[Ch. 25](https://www.textbook.ds100.org/ch/25/pca_intro.html)' + : '[Ch. 26](https://www.textbook.ds100.org/ch/26/pca_intro.html)' - date: 2022-04-07 events: ? '**Midterm**{: .label .label-hw } Midterm 2 (7-8:30 pm) (No Lecture)' diff --git a/_modules/week-13.md b/_modules/week-13.md index c2b0d030..356ee178 100644 --- a/_modules/week-13.md +++ b/_modules/week-13.md @@ -9,11 +9,11 @@ days: - date: 2022-04-12 events: ? '**Lecture 21**{: .label .label-lecture } Classification and Logistic Regression' - : '[Ch. 23.1-23.3](https://www.textbook.ds100.org/ch/23/classification_prob.html)' + : '[Ch. 24.1-24.3](https://www.textbook.ds100.org/ch/24/classification_prob.html)' - date: 2022-04-14 events: ? '**Lecture 22**{: .label .label-lecture } Logistic Regression II' - : '[Ch. 23.4-23.8](https://www.textbook.ds100.org/ch/23/classification_log_reg.html)' + : '[Ch. 24.4-24.8](https://www.textbook.ds100.org/ch/24/classification_log_reg.html)' - date: 2022-04-15 events: ? '**Discussion 12**{: .label .label-disc } Logistic Regression I' diff --git a/_modules/week-14.md b/_modules/week-14.md index d92b462d..a365877f 100644 --- a/_modules/week-14.md +++ b/_modules/week-14.md @@ -13,7 +13,7 @@ days: - date: 2022-04-21 events: ? '**Lecture 24**{: .label .label-lecture } Decision Trees' - : '[Ch. 26](https://www.textbook.ds100.org/ch/26/dtrees_intro.html)' + : '[Ch. 27](https://www.textbook.ds100.org/ch/27/dtrees_intro.html)' - date: 2022-04-22 events: ? '**Discussion 13**{: .label .label-disc } Logistic Regression II' diff --git a/_modules/week-15.md b/_modules/week-15.md index 06e30648..f431b0f7 100644 --- a/_modules/week-15.md +++ b/_modules/week-15.md @@ -9,7 +9,7 @@ days: - date: 2022-04-26 events: ? '**Lecture 25**{: .label .label-lecture } Clustering' - : '[Ch. 27](https://www.textbook.ds100.org/ch/27/clustering_intro.html)' + : '[Ch. 28](https://www.textbook.ds100.org/ch/28/clustering_intro.html)' - date: 2022-04-27 events: ? '**Grad Project**{: .label .label-proj } First Draft for Grad Project Due' @@ -17,7 +17,7 @@ days: - date: 2022-04-28 events: ? '**Lecture 26**{: .label .label-lecture } Inference for Modeling' - : '[Ch. 18.2](https://www.textbook.ds100.org/ch/18/mult_inference.html)' + : '[Ch. 19.2](https://www.textbook.ds100.org/ch/19/mult_inference.html)' - date: 2022-04-29 events: ? '**Discussion 14**{: .label .label-disc } Clustering'