diff --git a/doc/LectureNotes/_build/.doctrees/environment.pickle b/doc/LectureNotes/_build/.doctrees/environment.pickle index 001705439..8bc4f99e9 100644 Binary files a/doc/LectureNotes/_build/.doctrees/environment.pickle and b/doc/LectureNotes/_build/.doctrees/environment.pickle differ diff --git a/doc/LectureNotes/_build/.doctrees/project1.doctree b/doc/LectureNotes/_build/.doctrees/project1.doctree index baf3f1bc1..03d34307b 100644 Binary files a/doc/LectureNotes/_build/.doctrees/project1.doctree and b/doc/LectureNotes/_build/.doctrees/project1.doctree differ diff --git a/doc/LectureNotes/_build/html/_sources/project1.ipynb b/doc/LectureNotes/_build/html/_sources/project1.ipynb index ddae4f248..5170af951 100644 --- a/doc/LectureNotes/_build/html/_sources/project1.ipynb +++ b/doc/LectureNotes/_build/html/_sources/project1.ipynb @@ -38,16 +38,15 @@ "In canvas, deliver as a group and include:\n", "\n", "- A PDF of your report which follows the guidelines covered below and in the week 39 exercises. Additional requirements include:\n", - " - It should be around 5000 words, use the word counter in Overleaf for this.\n", - " - It should be around 10 pages long, not including references or appendices.\n", - " - It should include around 10-15 figures.\n", + " - It should be around 5000 words, use the word counter in Overleaf for this. This often corresponds to 10-12 pages. References and appendices are excluded from the word count\n", + " - It should include around 10-15 figures. You can include more figures in appendices and/or as supplemental material in your repository.\n", "- A comment linking to your github repository (or folder in one of your github repositories) for this project. The repository must include\n", - " - A PDF of the report\n", + " - A PDF file of the report\n", " - A folder named Code, where you put python files for your functions and notebooks for reproducing your results. Remember to use a seed for generating random data and for train-test splits when generating final results.\n", " - A README file with\n", " - the name of the group members\n", " - a short description of the project\n", - " - a description of how to install the required packages to run your code from a requirements.txt file\n", + " - a description of how to install the required packages to run your code from a requirements.txt file or similar (such as a plain text description)\n", " - names and descriptions of the various notebooks in the Code folder and the results they produce\n" ] }, diff --git a/doc/LectureNotes/_build/html/project1.html b/doc/LectureNotes/_build/html/project1.html index b32763c80..0054a64a0 100644 --- a/doc/LectureNotes/_build/html/project1.html +++ b/doc/LectureNotes/_build/html/project1.html @@ -429,20 +429,19 @@ doconce format html Project1.do.txt -->
A PDF of your report which follows the guidelines covered below and in the week 39 exercises. Additional requirements include:
It should be around 5000 words, use the word counter in Overleaf for this.
It should be around 10 pages long, not including references or appendices.
It should include around 10-15 figures.
It should be around 5000 words, use the word counter in Overleaf for this. This often corresponds to 10-12 pages. References and appendices are excluded from the word count
It should include around 10-15 figures. You can include more figures in appendices and/or as supplemental material in your repository.
A comment linking to your github repository (or folder in one of your github repositories) for this project. The repository must include
A PDF of the report
A PDF file of the report
A folder named Code, where you put python files for your functions and notebooks for reproducing your results. Remember to use a seed for generating random data and for train-test splits when generating final results.
A README file with
the name of the group members
a short description of the project
a description of how to install the required packages to run your code from a requirements.txt file
a description of how to install the required packages to run your code from a requirements.txt file or similar (such as a plain text description)
names and descriptions of the various notebooks in the Code folder and the results they produce