Skip to content

Commit

Permalink
update workflow for docs + section 3 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdbourke committed Oct 30, 2024
1 parent 6561ed8 commit 1e65a44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- run: cp communicating-your-work.md docs/
- run: cp section-4-unstructured-data-projects/end-to-end-dog-vision-v2.ipynb docs/
- run: cp section-3-structured-data-projects/end-to-end-heart-disease-classification.ipynb docs/
- run: cp section-3-structured-data-projects/end-to-end-bluebook-bulldozer-price-regression-v2.ipynb docs/
- run: cp images/* docs/images/

# Last step to deploy docs
Expand Down
6 changes: 4 additions & 2 deletions section-3-structured-data-projects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ Structured data is data you'd usually find in an Excel spreadsheet, pandas DataF
The notebooks in this folder deal with two end-to-end machine learning modelling projects using the tools from the previous section.

Key:
* Notebooks with "-video" on the end are taken directly from the lectures on Udemy.
* Notebooks without "-video" on the end include annotations and extra information not seen in the lectures.

* Notebooks with `v1` or `v2` on the end indicate version numbers, the higher the number, the newer the version.
* Notebooks with `-video` on the end are taken directly from the lectures on Udemy/Zero to Mastery.
* Notebooks without `-video` on the end include annotations and extra information not seen in the video lectures.

0 comments on commit 1e65a44

Please sign in to comment.