Skip to content

Commit

Permalink
update section 3 and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdbourke committed Sep 24, 2024
1 parent 63a6ab2 commit 3219443
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 171 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- run: cp section-2-data-science-and-ml-tools/introduction-to-scikit-learn.ipynb docs/
- 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 images/* docs/images/

# Last step to deploy docs
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ nav:
- Introduction to pandas: "introduction-to-pandas.ipynb"
- Introduction to Matplotlib: "introduction-to-matplotlib.ipynb"
- Introduction to Scikit-Learn: "introduction-to-scikit-learn.ipynb"
- Milestone Projects:
- End-to-End Heart Disease Classification: "end-to-end-heart-disease-classification.ipynb"
- Introduction to TensorFlow, Deep Learning and Transfer Learning: "end-to-end-dog-vision-v2.ipynb"
- Communicating your work: "communicating-your-work.md"

Expand Down
Loading

0 comments on commit 3219443

Please sign in to comment.