Skip to content

Commit f7b48c2

Browse files
committed
updates
1 parent 9b234d5 commit f7b48c2

File tree

2 files changed

+3
-38
lines changed

2 files changed

+3
-38
lines changed

03_instructional_team/README.md

-29
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,6 @@ The `/01_materials/slides` directory contains the live learning session slides a
1414

1515
The `/02_activities/assignments` directory contains assignments participants should submit for evaluation as `complete` or `incomplete`. The assignments measure a participant's achievement of the learning outcomes, and help technical facilitators determine if a participant has successfully completed the learning module.
1616

17-
### Week 1
18-
19-
Focus of the week is on regression (linear and multiple linear).
20-
21-
| Live Learning Session | Date | Topic | Resources | ISLP Chapter |
22-
|--------|--------|-------------------------------------------------------|------------| -------------|
23-
| 1 | May 28 | Key Concepts of Statistical Analysis | [Slides](../01_materials/slides/1_statistical_learning.pdf) | 2 |
24-
| 2 | May 29 | Simple linear regression | [Slides](../01_materials/slides/2_linear_regression.pdf) | 3 |
25-
| 3 | May 30 | Multiple linear regression, interactions and Qualitative Predictors | [Slides](../01_materials/slides/3_multiple_linear_regression.pdf) | 3 |
26-
27-
### Week 2
28-
29-
Focus of the week is on classification (logistic regression and generalized linear model)
30-
31-
| Live Learning Session | Date | Topic | Resources | ISLP Chapter |
32-
|--------|--------|-------------------------------------------------------|------------| -------------|
33-
| 4 | June 4 | Classification vs Regression | [Slides](../01_materials/slides/4_classification.pdf) | 4 |
34-
| 5 | June 5 | Classification (Logistic Regression) | [Slides](../01_materials/slides/5_logistic_regression.pdf) | 4 |
35-
| 6 | June 6 | Classification (Generalized Linear Model) | [Slides](../01_materials/slides/6_generalized_linear_models.pdf) | 4 |
36-
37-
### Week 3
38-
39-
Focus of the week is on resampling methods (Cross Validation and Bootstrap)
40-
41-
| Class | Date | Topic | Resources | ISLP Chapter |
42-
|--------|--------|-------------------------------------------------------|------------| -------------|
43-
| 7 | June 11 | Resampling Methods (Leave One Out Cross Validation) | [Slides](../01_materials/slides/7_leave_one_out_cross_validation.pdf) | 5 |
44-
| 8 | June 12 | Resampling Methods (K-fold Cross Validation) | [Slides](../01_materials/slides/8_k_fold_cross_validation.pdf) | 5 |
45-
| 9 | June 13 | Resampling Methods (Bootstrap) | [Slides](../01_materials/slides/9_the_bootstrap.pdf) | 5 |
4617

4718
## How do you assign assignments?
4819
Technical Facilitators are encouraged to introduce assignments as early as possible in the learning module. The Technical Facilitator should describe the assignment to participants and explain how the topics covered in the module will equip them with the knowledge and skills to complete the assignment.

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,9 @@ Participants are encouraged to engage actively during the learning module. They
6464
The technical facilitator will introduce the concepts through a collaborative live coding session using the Python notebooks found under `/01_materials/notebooks/`. Slides can be found under `/01_materials/slides/`.
6565

6666
## Schedule
67-
68-
| Session | Date | Topic | Key Concepts |
69-
|---------|------------|---------------------------------------------------------|-------------------------------------|
70-
| 1 | X 🚩 | Key Concepts of Classification | Overview of classification, KNN |
71-
| 2 | X 🚩 | Advanced Classification Techniques | KNN classification, cross-validation|
72-
| 3 | X 🚩 | Introduction to Regression | Overview of regression, KNN |
73-
| 4 | X 🚩 | Linear Regression Models | Simple linear regression, multiple regression |
74-
| 5 | X 🚩 | Clustering Methods | K-means clustering |
75-
| 6 | X 🚩 | Introduction to Statistical Inference | Bootstrap resampling |
67+
- Week 1 will focus on intro and classification methods
68+
- Week 2 will focus on regression methods
69+
- Week 3 will focus on clustering and statistical inference topics
7670

7771
### Requirements
7872

0 commit comments

Comments
 (0)