Skip to content

Commit 196e661

Browse files
committed
chapter 10 first commit
1 parent a93a055 commit 196e661

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

Chapter10_Unsupervised_Learning.ipynb

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Chapter 10 - Unsupervised Learning"
8+
]
9+
},
10+
{
11+
"cell_type": "code",
12+
"execution_count": null,
13+
"metadata": {},
14+
"outputs": [],
15+
"source": []
16+
},
17+
{
18+
"cell_type": "code",
19+
"execution_count": null,
20+
"metadata": {},
21+
"outputs": [],
22+
"source": []
23+
}
24+
],
25+
"metadata": {
26+
"kernelspec": {
27+
"display_name": "Python 3",
28+
"language": "python",
29+
"name": "python3"
30+
},
31+
"language_info": {
32+
"codemirror_mode": {
33+
"name": "ipython",
34+
"version": 3
35+
},
36+
"file_extension": ".py",
37+
"mimetype": "text/x-python",
38+
"name": "python",
39+
"nbconvert_exporter": "python",
40+
"pygments_lexer": "ipython3",
41+
"version": "3.6.5"
42+
}
43+
},
44+
"nbformat": 4,
45+
"nbformat_minor": 2
46+
}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ List of Chapters:
1212
- [x] <A href='http://nbviewer.jupyter.org/github/pedvide/ISLR_Python/blob/master/Chapter7_Moving_Beyond_Linearity.ipynb'>Chapter 7 - Moving Beyond Linearity</A>
1313
- [x] <A href='http://nbviewer.jupyter.org/github/pedvide/ISLR_Python/blob/master/Chapter8_Tree_Based_Methods.ipynb'>Chapter 8 - Tree-Based Methods</A>
1414
- [x] <A href='http://nbviewer.jupyter.org/github/pedvide/ISLR_Python/blob/master/Chapter9_Support_Vector_Machines.ipynb'>Chapter 9 - Support Vector Machines</A>
15-
- [ ] Chapter 10 - Unsupervised Learning
15+
- [x] <A href='http://nbviewer.jupyter.org/github/pedvide/ISLR_Python/blob/master/Chapter10_Unsupervised_Learning.ipynb'>Chapter 10 - Unsupervised Learning</A>
1616

1717
Dependencies:
1818

0 commit comments

Comments
 (0)