typos
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -32,15 +32,15 @@
|
||||
"editable": true
|
||||
},
|
||||
"source": [
|
||||
"# Overarching aims of the exercises weeks 43 and 44\n",
|
||||
"# Overarching aims of the exercises for week 43\n",
|
||||
"\n",
|
||||
"The aim of the exercises this week is to gain some confidence with\n",
|
||||
"ways to visualize the results of a classification problem. We will\n",
|
||||
"target three ways of setting up the analysis. The first and simplest\n",
|
||||
"one is the\n",
|
||||
"1. so-called confusion matrix, and the next is the\n",
|
||||
"1. so-called confusion matrix. The next one is the so-called\n",
|
||||
"\n",
|
||||
"2. ROC curve and finally the\n",
|
||||
"2. ROC curve. Finally we have the\n",
|
||||
"\n",
|
||||
"3. Cumulative gain curve.\n",
|
||||
"\n",
|
||||
@@ -446,7 +446,10 @@
|
||||
"id": "be9ff0b9",
|
||||
"metadata": {
|
||||
"collapsed": false,
|
||||
"editable": true
|
||||
"editable": true,
|
||||
"jupyter": {
|
||||
"outputs_hidden": false
|
||||
}
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
@@ -518,7 +521,10 @@
|
||||
"id": "d20bb8be",
|
||||
"metadata": {
|
||||
"collapsed": false,
|
||||
"editable": true
|
||||
"editable": true,
|
||||
"jupyter": {
|
||||
"outputs_hidden": false
|
||||
}
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
@@ -547,7 +553,10 @@
|
||||
"id": "d271f0ba",
|
||||
"metadata": {
|
||||
"collapsed": false,
|
||||
"editable": true
|
||||
"editable": true,
|
||||
"jupyter": {
|
||||
"outputs_hidden": false
|
||||
}
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
@@ -589,7 +598,10 @@
|
||||
"id": "3b045d56",
|
||||
"metadata": {
|
||||
"collapsed": false,
|
||||
"editable": true
|
||||
"editable": true,
|
||||
"jupyter": {
|
||||
"outputs_hidden": false
|
||||
}
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
@@ -611,7 +623,25 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"metadata": {},
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "Python 3 (ipykernel)",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
},
|
||||
"language_info": {
|
||||
"codemirror_mode": {
|
||||
"name": "ipython",
|
||||
"version": 3
|
||||
},
|
||||
"file_extension": ".py",
|
||||
"mimetype": "text/x-python",
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.9.15"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 5
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user