Skip to content

Commit

Permalink
updated exam notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
WandrilleD committed Oct 4, 2021
1 parent fa2b877 commit d055c48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exam/exam.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Exam - Introduction to Machine Learning 06.21\n",
"# Exam - Introduction to Machine Learning\n",
"\n",
"The goal of this exam is perform an analysis on data related to heart disease.\n",
"We would like to explore the relationship between a `target` variable - whether a patient has a heart disease or not - and several other variables such as cholesterol level, age, ...\n",
"\n",
"The dataset is stored in the file `'heartData_simplified.csv'`, which is a cleaned and simplified version of the [UCI heart disease data set](https://archive.ics.uci.edu/ml/datasets/heart+Disease)\n",
"\n",
"You should explore the dataset and answer the questions of the exam in a jupyter notebook, with comments explaining what you did. \n",
"You should send your code to **[email protected]** before Wednesday 16th of June.\n",
"You should send your code to **wandrille.duchemin [at] unibas.ch**.\n",
"\n",
"\n",
"\n",
Expand Down Expand Up @@ -256,7 +256,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.7.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit d055c48

Please sign in to comment.