|
38 | 38 | "In canvas, deliver as a group and include:\n", |
39 | 39 | "\n", |
40 | 40 | "- A PDF of your report which follows the guidelines covered below and in the week 39 exercises. Additional requirements include:\n", |
41 | | - " - It should be around 5000 words, use the word counter in Overleaf for this.\n", |
42 | | - " - It should be around 10 pages long, not including references or appendices.\n", |
43 | | - " - It should include around 10-15 figures.\n", |
| 41 | + " - 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", |
| 42 | + " - It should include around 10-15 figures. You can include more figures in appendices and/or as supplemental material in your repository.\n", |
44 | 43 | "- A comment linking to your github repository (or folder in one of your github repositories) for this project. The repository must include\n", |
45 | | - " - A PDF of the report\n", |
| 44 | + " - A PDF file of the report\n", |
46 | 45 | " - 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", |
47 | 46 | " - A README file with\n", |
48 | 47 | " - the name of the group members\n", |
49 | 48 | " - a short description of the project\n", |
50 | | - " - a description of how to install the required packages to run your code from a requirements.txt file\n", |
| 49 | + " - 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", |
51 | 50 | " - names and descriptions of the various notebooks in the Code folder and the results they produce\n" |
52 | 51 | ] |
53 | 52 | }, |
|
0 commit comments