-
Notifications
You must be signed in to change notification settings - Fork 431
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
Changes for cohort 4 #95
Conversation
We're awaiting issues being addressed, and will be merging in with a hard deadline of September 23, 2024 |
@@ -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 `/04_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_4` in this repository using a new branch. Please open a pull request for it to be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we're renaming 04_cohort_three to 04_this_cohort as to make it easier for future cohorts.
@@ -1,8 +1,8 @@ | |||
#!/bin/bash | |||
|
|||
# CONFIGURATION | |||
folder_md="./markdown_slides" | |||
folder_output="../01_materials/slides" # This will be used for both PDF and HTML | |||
folder_md="01_materials/slides" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should remain "./markdown_slides" as that is where the markdown files are located.
- [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) | ||
- Textbook: [Data Science: A First Introduction](https://python.datasciencebook.ca/index.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't remove the commented out resources as this was the request of @RohanAlexander when this decision was made.
Exercises and homework are **optional** additional resources for you to learn outside the live learning sessions. Only assignments are mandatory in order to successfully pass this module. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are no more "exercise" or "homework", just "slides" and "notebook", but yes the assignment part is correct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our latest edits have been merged in. Many of the issues addressed by this PR have already been resolved, and the remaining ones should also be merged into the main branch. We just need to verify this against the most recent changes.
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
01_materials/notebooks/dataset/wdbc.csv
fileChecklist