Skip to content

Commit a98dd49

Browse files
committed
Added ipynb for PCA for machine learning for blog
1 parent 7fed105 commit a98dd49

File tree

2 files changed

+1049
-5
lines changed

2 files changed

+1049
-5
lines changed

Sklearn/PCA/PCA_Iris_Dataset_for_Blog.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
{
3131
"cell_type": "code",
32-
"execution_count": 1,
32+
"execution_count": 12,
3333
"metadata": {
3434
"collapsed": true
3535
},
@@ -52,7 +52,7 @@
5252
},
5353
{
5454
"cell_type": "code",
55-
"execution_count": 2,
55+
"execution_count": 13,
5656
"metadata": {
5757
"collapsed": true
5858
},
@@ -63,7 +63,7 @@
6363
},
6464
{
6565
"cell_type": "code",
66-
"execution_count": 3,
66+
"execution_count": 14,
6767
"metadata": {
6868
"collapsed": true
6969
},
@@ -75,7 +75,7 @@
7575
},
7676
{
7777
"cell_type": "code",
78-
"execution_count": 4,
78+
"execution_count": 15,
7979
"metadata": {},
8080
"outputs": [
8181
{
@@ -160,7 +160,7 @@
160160
"4 5.0 3.6 1.4 0.2 Iris-setosa"
161161
]
162162
},
163-
"execution_count": 4,
163+
"execution_count": 15,
164164
"metadata": {},
165165
"output_type": "execute_result"
166166
}

0 commit comments

Comments
 (0)