Skip to content

Commit c82309e

Browse files
committed
feat: pca analysis for data augmentation
1 parent e332bb8 commit c82309e

3 files changed

Lines changed: 155 additions & 33 deletions

File tree

notebooks/analysis.ipynb

Lines changed: 15 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
{
5151
"cell_type": "code",
52-
"execution_count": 3,
52+
"execution_count": 2,
5353
"id": "1e6cb773-71cc-4827-8882-e4dd0eaf5478",
5454
"metadata": {},
5555
"outputs": [],
@@ -62,7 +62,7 @@
6262
},
6363
{
6464
"cell_type": "code",
65-
"execution_count": 4,
65+
"execution_count": 3,
6666
"id": "46d1d0fe-c9b9-43ef-8cb1-74360135d8f5",
6767
"metadata": {},
6868
"outputs": [
@@ -148,7 +148,7 @@
148148
"4 5.4 3.9 1.7 0.4 Iris-setosa"
149149
]
150150
},
151-
"execution_count": 4,
151+
"execution_count": 3,
152152
"metadata": {},
153153
"output_type": "execute_result"
154154
}
@@ -159,7 +159,7 @@
159159
},
160160
{
161161
"cell_type": "code",
162-
"execution_count": 5,
162+
"execution_count": 4,
163163
"id": "987e298b-ca34-4103-b571-fe9e8fea7e9e",
164164
"metadata": {},
165165
"outputs": [
@@ -205,7 +205,7 @@
205205
},
206206
{
207207
"cell_type": "code",
208-
"execution_count": 6,
208+
"execution_count": 5,
209209
"id": "db3e7ef3-a02d-4668-8091-8aef593316b9",
210210
"metadata": {},
211211
"outputs": [],
@@ -215,7 +215,7 @@
215215
},
216216
{
217217
"cell_type": "code",
218-
"execution_count": 7,
218+
"execution_count": 6,
219219
"id": "c1ed3e1b-48ed-4640-860c-d2f987566c18",
220220
"metadata": {},
221221
"outputs": [
@@ -301,7 +301,7 @@
301301
"4 5.4 3.9 1.7 0.4 Iris-setosa"
302302
]
303303
},
304-
"execution_count": 7,
304+
"execution_count": 6,
305305
"metadata": {},
306306
"output_type": "execute_result"
307307
}
@@ -320,7 +320,7 @@
320320
},
321321
{
322322
"cell_type": "code",
323-
"execution_count": 8,
323+
"execution_count": 7,
324324
"id": "5ce89784-b9b0-4d4f-b2c9-df086eb9815f",
325325
"metadata": {},
326326
"outputs": [
@@ -334,7 +334,7 @@
334334
"Name: count, dtype: int64"
335335
]
336336
},
337-
"execution_count": 8,
337+
"execution_count": 7,
338338
"metadata": {},
339339
"output_type": "execute_result"
340340
}
@@ -354,7 +354,7 @@
354354
},
355355
{
356356
"cell_type": "code",
357-
"execution_count": 9,
357+
"execution_count": 8,
358358
"id": "e81ad3a6-c900-456b-8c01-ea75db403d75",
359359
"metadata": {},
360360
"outputs": [],
@@ -371,7 +371,7 @@
371371
},
372372
{
373373
"cell_type": "code",
374-
"execution_count": 16,
374+
"execution_count": 9,
375375
"id": "d47c0c4f-0326-4bd5-972f-dbef9829e628",
376376
"metadata": {},
377377
"outputs": [],
@@ -396,7 +396,7 @@
396396
},
397397
{
398398
"cell_type": "code",
399-
"execution_count": 24,
399+
"execution_count": 11,
400400
"id": "05181abf-7f89-4d7d-82ac-deef59d7e586",
401401
"metadata": {},
402402
"outputs": [],
@@ -413,18 +413,16 @@
413413
]
414414
},
415415
{
416-
"cell_type": "code",
417-
"execution_count": null,
418-
"id": "08be5a86-5ab0-497a-83e1-9ed86e612646",
416+
"cell_type": "markdown",
417+
"id": "6019dec5-a424-4bb7-a94c-264ded0344af",
419418
"metadata": {},
420-
"outputs": [],
421419
"source": [
422420
"With our features separated from "
423421
]
424422
},
425423
{
426424
"cell_type": "code",
427-
"execution_count": 21,
425+
"execution_count": 13,
428426
"id": "8183aed1-150d-4fce-a58f-520b01adeb6e",
429427
"metadata": {},
430428
"outputs": [
@@ -445,22 +443,6 @@
445443
"plt.boxplot(feats)\n",
446444
"plt.show()"
447445
]
448-
},
449-
{
450-
"cell_type": "markdown",
451-
"id": "1b6278c4-c74f-4a99-a048-27c009d14e68",
452-
"metadata": {},
453-
"source": [
454-
"Write these arrays to disk"
455-
]
456-
},
457-
{
458-
"cell_type": "code",
459-
"execution_count": 22,
460-
"id": "b8fea094-6940-4b19-b863-015373e4a0d1",
461-
"metadata": {},
462-
"outputs": [],
463-
"source": []
464446
}
465447
],
466448
"metadata": {

0 commit comments

Comments
 (0)