File tree 2 files changed +47
-1
lines changed
2 files changed +47
-1
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ List of Chapters:
12
12
- [x] <A href =' http://nbviewer.jupyter.org/github/pedvide/ISLR_Python/blob/master/Chapter7_Moving_Beyond_Linearity.ipynb ' >Chapter 7 - Moving Beyond Linearity</A >
13
13
- [x] <A href =' http://nbviewer.jupyter.org/github/pedvide/ISLR_Python/blob/master/Chapter8_Tree_Based_Methods.ipynb ' >Chapter 8 - Tree-Based Methods</A >
14
14
- [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 >
16
16
17
17
Dependencies:
18
18
You can’t perform that action at this time.
0 commit comments