project 1 small update

This commit is contained in:
KarlHenrik
2025-09-17 14:20:04 +02:00
parent 0cb6e24363
commit 3093ce7259
7 changed files with 7 additions and 7 deletions
@@ -41,7 +41,7 @@
" - 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",
"- A comment linking to your github repository (or folder in one of your github repositories) for this project. It must include\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 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",
+1 -1
View File
@@ -432,7 +432,7 @@ doconce format html Project1.do.txt -->
<li><p>It should include around 10-15 figures.</p></li>
</ul>
</li>
<li><p>A comment linking to your github repository (or folder in one of your github repositories) for this project. It must include</p>
<li><p>A comment linking to your github repository (or folder in one of your github repositories) for this project. The repository must include</p>
<ul>
<li><p>A PDF of the report</p></li>
<li><p>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.</p></li>