Skip to content

Commit

Permalink
06_cohort_three --> 04_cohort_three
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrazavi committed Jul 22, 2024
1 parent b43f296 commit 5aacbcd
Show file tree
Hide file tree
Showing 24 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 03_instructional_team/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Technical Facilitator Playbook

## How do you interact with the repo?
The Technical Facilitator will deliver the content in the `/01_materials/slides` directory. You are encouraged to live code with participants during live sessions. Please ensure that live coding files are uploaded to a new directory called `/live_code` under `/06_cohort_three` in this repository using a new branch. Please open a pull request for it to be merged.
The Technical Facilitator will deliver the content in the `/01_materials/slides` directory. You are encouraged to live code with participants during live sessions. Please ensure that live coding files are uploaded to a new directory called `/live_code` under `/04_cohort_three` in this repository using a new branch. Please open a pull request for it to be merged.

## How does the module flow?
The module is organized into 3 main directories:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This module will include live learning sessions and optional, asynchronous work

Participants are encouraged to engage actively during the learning module. They key to developing the core skills in each learning module is through practice. The more participants engage in coding along with the instructional team, and applying the skills in each module, the more likely it is that these skills will solidify.

The technical facilitator will introduce the concepts through a collaborative live coding session using the Python notebooks found under `/01_materials/slides`. The technical facilitator will upload any live coding files to this repository for any participants to revisit under `./06_cohort_three/live_code`.
The technical facilitator will introduce the concepts through a collaborative live coding session using the Python notebooks found under `/01_materials/slides`. The technical facilitator will upload any live coding files to this repository for any participants to revisit under `./04_cohort_three/live_code`.

## Schedule

Expand Down Expand Up @@ -90,9 +90,9 @@ The technical facilitator will introduce the concepts through a collaborative li
Feel free to use the following as resources:

### Documents
<!-- - [Cheatsheet](./06_cohort_three/additional_resources/05_review_session_material/dsi_emlt_cheat_sheet_2.pdf)
- [Cross Validation - Basic Idea and Steps](./06_cohort_three/additional_resources/05_review_session_material/cross_validation_basic_idea_and_steps.pdf)
- [EMLT Tutorial](./06_cohort_three/additional_resources/05_review_session_material/emlt_tutorials.pdf) -->
<!-- - [Cheatsheet](./04_cohort_three/additional_resources/05_review_session_material/dsi_emlt_cheat_sheet_2.pdf)
- [Cross Validation - Basic Idea and Steps](./04_cohort_three/additional_resources/05_review_session_material/cross_validation_basic_idea_and_steps.pdf)
- [EMLT Tutorial](./04_cohort_three/additional_resources/05_review_session_material/emlt_tutorials.pdf) -->
- [Introduction to Statistical Learning with Python Documentation (ISLP)](https://islp.readthedocs.io/en/latest/index.html)

### Videos
Expand Down

0 comments on commit 5aacbcd

Please sign in to comment.