|
1086 | 1086 | "cell_type": "markdown",
|
1087 | 1087 | "id": "f7f572d9-0dd6-476d-a0ef-dcb2ddc81b61",
|
1088 | 1088 | "metadata": {
|
1089 |
| - "jp-MarkdownHeadingCollapsed": true, |
1090 | 1089 | "tags": []
|
1091 | 1090 | },
|
1092 | 1091 | "source": [
|
|
1095 | 1094 | },
|
1096 | 1095 | {
|
1097 | 1096 | "cell_type": "code",
|
1098 |
| - "execution_count": 23, |
| 1097 | + "execution_count": 91, |
1099 | 1098 | "id": "dc5c79e3-3daf-404d-a8a9-51c5b5052f2a",
|
1100 | 1099 | "metadata": {
|
1101 | 1100 | "execution": {
|
1102 |
| - "iopub.execute_input": "2023-05-12T06:56:39.058622Z", |
1103 |
| - "iopub.status.busy": "2023-05-12T06:56:39.058330Z", |
1104 |
| - "iopub.status.idle": "2023-05-12T06:56:39.067539Z", |
1105 |
| - "shell.execute_reply": "2023-05-12T06:56:39.066186Z", |
1106 |
| - "shell.execute_reply.started": "2023-05-12T06:56:39.058580Z" |
| 1101 | + "iopub.execute_input": "2023-05-12T07:20:21.518975Z", |
| 1102 | + "iopub.status.busy": "2023-05-12T07:20:21.518198Z", |
| 1103 | + "iopub.status.idle": "2023-05-12T07:20:21.531893Z", |
| 1104 | + "shell.execute_reply": "2023-05-12T07:20:21.529834Z", |
| 1105 | + "shell.execute_reply.started": "2023-05-12T07:20:21.518898Z" |
1107 | 1106 | },
|
1108 | 1107 | "tags": []
|
1109 | 1108 | },
|
1110 | 1109 | "outputs": [],
|
1111 | 1110 | "source": [
|
1112 | 1111 | "# Open the file in binary mode\n",
|
1113 |
| - "with open(\"domain_n_components_search.pkl\", \"rb\") as file:\n", |
| 1112 | + "with open(\"visualisations/domain_n_components_search.pkl\", \"rb\") as file:\n", |
1114 | 1113 | " components_variance_time_d = pickle.load(file)\n",
|
1115 | 1114 | "\n",
|
1116 |
| - "with open(\"subdomain_n_components_search.pkl\", \"rb\") as file:\n", |
| 1115 | + "with open(\"visualisations/subdomain_n_components_search.pkl\", \"rb\") as file:\n", |
1117 | 1116 | " components_variance_time_s = pickle.load(file)"
|
1118 | 1117 | ]
|
1119 | 1118 | },
|
|
1132 | 1131 | },
|
1133 | 1132 | "source": [
|
1134 | 1133 | "# Open the file in binary mode\n",
|
1135 |
| - "with open(\"explained_variance_ratios.pkl\", \"rb\") as file:\n", |
| 1134 | + "with open(\"visualisastions/explained_variance_ratios.pkl\", \"rb\") as file:\n", |
1136 | 1135 | "\n",
|
1137 | 1136 | " # Call load method to deserialze\n",
|
1138 | 1137 | " explained_variance_ratios = pickle.load(file)\n",
|
1139 | 1138 | "\n",
|
1140 | 1139 | " print(explained_variance_ratios)\n",
|
1141 | 1140 | "\n",
|
1142 |
| - "with open(\"times.pkl\", \"rb\") as file:\n", |
| 1141 | + "with open(\"visualisations/times.pkl\", \"rb\") as file:\n", |
1143 | 1142 | "\n",
|
1144 | 1143 | " # Call load method to deserialze\n",
|
1145 | 1144 | " times = pickle.load(file)\n",
|
|
1351 | 1350 | },
|
1352 | 1351 | {
|
1353 | 1352 | "cell_type": "code",
|
1354 |
| - "execution_count": 24, |
| 1353 | + "execution_count": 92, |
1355 | 1354 | "id": "f6f6299d-9fee-4c9a-94f1-e291065195a5",
|
1356 | 1355 | "metadata": {
|
1357 | 1356 | "execution": {
|
1358 |
| - "iopub.execute_input": "2023-05-12T06:56:39.069189Z", |
1359 |
| - "iopub.status.busy": "2023-05-12T06:56:39.068892Z", |
1360 |
| - "iopub.status.idle": "2023-05-12T06:56:39.089368Z", |
1361 |
| - "shell.execute_reply": "2023-05-12T06:56:39.088176Z", |
1362 |
| - "shell.execute_reply.started": "2023-05-12T06:56:39.069159Z" |
| 1357 | + "iopub.execute_input": "2023-05-12T07:20:33.467434Z", |
| 1358 | + "iopub.status.busy": "2023-05-12T07:20:33.466984Z", |
| 1359 | + "iopub.status.idle": "2023-05-12T07:20:33.496267Z", |
| 1360 | + "shell.execute_reply": "2023-05-12T07:20:33.495247Z", |
| 1361 | + "shell.execute_reply.started": "2023-05-12T07:20:33.467398Z" |
1363 | 1362 | },
|
1364 | 1363 | "tags": []
|
1365 | 1364 | },
|
|
1483 | 1482 | "11 1500.0 0.627052 1690.275342"
|
1484 | 1483 | ]
|
1485 | 1484 | },
|
1486 |
| - "execution_count": 24, |
| 1485 | + "execution_count": 92, |
1487 | 1486 | "metadata": {},
|
1488 | 1487 | "output_type": "execute_result"
|
1489 | 1488 | }
|
|
1630 | 1629 | },
|
1631 | 1630 | {
|
1632 | 1631 | "cell_type": "code",
|
1633 |
| - "execution_count": 26, |
| 1632 | + "execution_count": 93, |
1634 | 1633 | "id": "7a0a7a21-c64d-44b6-8b94-cc44cd9b9621",
|
1635 | 1634 | "metadata": {
|
1636 | 1635 | "execution": {
|
1637 |
| - "iopub.execute_input": "2023-05-12T06:56:39.110729Z", |
1638 |
| - "iopub.status.busy": "2023-05-12T06:56:39.110435Z", |
1639 |
| - "iopub.status.idle": "2023-05-12T06:56:39.762251Z", |
1640 |
| - "shell.execute_reply": "2023-05-12T06:56:39.760834Z", |
1641 |
| - "shell.execute_reply.started": "2023-05-12T06:56:39.110699Z" |
| 1636 | + "iopub.execute_input": "2023-05-12T07:20:36.694891Z", |
| 1637 | + "iopub.status.busy": "2023-05-12T07:20:36.694258Z", |
| 1638 | + "iopub.status.idle": "2023-05-12T07:20:37.190213Z", |
| 1639 | + "shell.execute_reply": "2023-05-12T07:20:37.189228Z", |
| 1640 | + "shell.execute_reply.started": "2023-05-12T07:20:36.694832Z" |
1642 | 1641 | },
|
1643 | 1642 | "tags": []
|
1644 | 1643 | },
|
|
1725 | 1724 | "outputs": [],
|
1726 | 1725 | "source": [
|
1727 | 1726 | "# Open the file in binary mode\n",
|
1728 |
| - "with open(\"domain_n_components_search.pkl\", \"wb\") as file:\n", |
| 1727 | + "with open(\"visualisations/domain_n_components_search.pkl\", \"wb\") as file:\n", |
1729 | 1728 | " pickle.dump(components_variance_time_d, file)\n",
|
1730 | 1729 | "\n",
|
1731 |
| - "with open(\"subdomain_n_components_search.pkl\", \"wb\") as file:\n", |
| 1730 | + "with open(\"visualisations/subdomain_n_components_search.pkl\", \"wb\") as file:\n", |
1732 | 1731 | " pickle.dump(components_variance_time_s, file)"
|
1733 | 1732 | ]
|
1734 | 1733 | },
|
|
0 commit comments