-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
316 additions
and
0 deletions.
There are no files selected for viewing
158 changes: 158 additions & 0 deletions
158
...assification/lecture/week4/.ipynb_checkpoints/quiz-Handling Missing Data-checkpoint.ipynb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,158 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Handling Missing Data" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 1" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"<img src=\"images/lec4_quiz02_pic01.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-classification/exam/fEDCt/handling-missing-data)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 2" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"<img src=\"images/lec4_quiz02_pic02.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-classification/exam/fEDCt/handling-missing-data)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 3" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"<img src=\"images/lec4_quiz02_pic03.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-classification/exam/fEDCt/handling-missing-data)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 4" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"<img src=\"images/lec4_quiz02_pic04.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-classification/exam/fEDCt/handling-missing-data)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 5" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"<img src=\"images/lec4_quiz02_pic05.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-classification/exam/fEDCt/handling-missing-data)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 6" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"<img src=\"images/lec4_quiz02_pic06.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-classification/exam/fEDCt/handling-missing-data)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 7" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"<img src=\"images/lec4_quiz02_pic07.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-classification/exam/fEDCt/handling-missing-data)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 2", | ||
"language": "python", | ||
"name": "python2" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 2 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython2", | ||
"version": "2.7.10" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 0 | ||
} |
Binary file added
BIN
+12.7 KB
machine_learning/3_classification/lecture/week4/images/lec4_quiz02_pic01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+25.8 KB
machine_learning/3_classification/lecture/week4/images/lec4_quiz02_pic02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+10.7 KB
machine_learning/3_classification/lecture/week4/images/lec4_quiz02_pic03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+11 KB
machine_learning/3_classification/lecture/week4/images/lec4_quiz02_pic04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+10.6 KB
machine_learning/3_classification/lecture/week4/images/lec4_quiz02_pic05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+19.5 KB
machine_learning/3_classification/lecture/week4/images/lec4_quiz02_pic06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+32.5 KB
machine_learning/3_classification/lecture/week4/images/lec4_quiz02_pic07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
158 changes: 158 additions & 0 deletions
158
machine_learning/3_classification/lecture/week4/quiz-Handling Missing Data.ipynb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,158 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Handling Missing Data" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 1" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"<img src=\"images/lec4_quiz02_pic01.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-classification/exam/fEDCt/handling-missing-data)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 2" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"<img src=\"images/lec4_quiz02_pic02.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-classification/exam/fEDCt/handling-missing-data)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 3" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"<img src=\"images/lec4_quiz02_pic03.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-classification/exam/fEDCt/handling-missing-data)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 4" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"<img src=\"images/lec4_quiz02_pic04.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-classification/exam/fEDCt/handling-missing-data)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 5" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"<img src=\"images/lec4_quiz02_pic05.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-classification/exam/fEDCt/handling-missing-data)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 6" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"<img src=\"images/lec4_quiz02_pic06.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-classification/exam/fEDCt/handling-missing-data)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 7" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"<img src=\"images/lec4_quiz02_pic07.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-classification/exam/fEDCt/handling-missing-data)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 2", | ||
"language": "python", | ||
"name": "python2" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 2 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython2", | ||
"version": "2.7.10" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 0 | ||
} |