Skip to content

Commit 287a87c

Browse files
committed
update with new slides
1 parent e3622b4 commit 287a87c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pages/projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ checklist for the exam. The parenthesis at the end indicates what module the bul
170170
* [ ] Create the initial file structure using cookiecutter with an appropriate template (M6)
171171
* [ ] Fill out the `data.py` file such that it downloads whatever data you need and preprocesses it (if necessary) (M6)
172172
* [ ] Add a model to `model.py` and a training procedure to `train.py` and get that running (M6)
173-
* [ ] Remember to fill out the `requirements.txt` and `requirements_dev.txt` file with whatever dependencies that you
174-
are using (M2+M6)
173+
* [ ] Remember to either fill out the `requirements.txt`/`requirements_dev.txt` files or keeping your
174+
`pyproject.toml`/`uv.lock` up-to-date with whatever dependencies that you are using (M2+M6)
175175
* [ ] Remember to comply with good coding practices (`pep8`) while doing the project (M7)
176176
* [ ] Do a bit of code typing and remember to document essential parts of your code (M7)
177177
* [ ] Setup version control for your data or part of your data (M8)

slides/day5_project.pdf

58.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)