Skip to content

Commit

Permalink
#85 Savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Sep 27, 2024
1 parent feee268 commit 0f2e144
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 28 deletions.
40 changes: 12 additions & 28 deletions rootfs/notebooks/load_truthsets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "de03a1c2-d7b1-40a9-8154-1df47cd49fef",
"metadata": {},
"outputs": [],
Expand All @@ -53,7 +53,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "ff9189d1-852d-46b0-9e2e-36f524c9038e",
"metadata": {},
"outputs": [],
Expand All @@ -77,7 +77,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"id": "04555a6e-9c48-4a9b-b8b0-e7285b602fc8",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -109,18 +109,10 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"id": "7f5cecdf-649a-4a8b-ad64-d2fc3f37166d",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Found the following DATA_SOURCE values in the data: ['CUSTOMERS', 'REFERENCE', 'WATCHLIST']\n"
]
}
],
"outputs": [],
"source": [
"datasources = []\n",
"\n",
Expand Down Expand Up @@ -155,7 +147,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"id": "3272f76c-dc95-4ff8-b573-8bddd55fb779",
"metadata": {},
"outputs": [],
Expand All @@ -175,7 +167,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": null,
"id": "301ce7eb-9069-4c8d-a1c4-ebe8f78d1bf6",
"metadata": {},
"outputs": [],
Expand All @@ -199,7 +191,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"id": "fbf17cc3-3273-4097-90a2-f0b9a21674a1",
"metadata": {},
"outputs": [],
Expand All @@ -219,7 +211,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"id": "97854ac2-ad01-4663-9f6c-4afd816230f9",
"metadata": {},
"outputs": [],
Expand All @@ -241,7 +233,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": null,
"id": "32217742-9e09-4778-b7fe-1e23817251ec",
"metadata": {},
"outputs": [],
Expand All @@ -263,7 +255,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": null,
"id": "df805089-7a9a-4e4e-b959-c320819e855b",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -293,15 +285,7 @@
"execution_count": null,
"id": "cb8318ec-cd73-4e43-8349-586c8dd0dbfb",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"{\"DATA_SOURCE\":\"CUSTOMERS\",\"RECORD_ID\":\"1001\",\"AFFECTED_ENTITIES\":[],\"INTERESTING_ENTITIES\":{\"ENTITIES\":[]}}\n"
]
}
],
"outputs": [],
"source": [
"for filename in truth_set_filenames:\n",
" filepath = home_path + filename\n",
Expand Down
Empty file modified src/senzing_quickstart/load_truthsets.py
100755 → 100644
Empty file.

0 comments on commit 0f2e144

Please sign in to comment.