Skip to content

Commit 15cc645

Browse files
authored
Remove task id references (Stale) from fuzzy dedup notebook (#2204)
Signed-off-by: Ayush Dattagupta <ayushdg95@gmail.com>
1 parent 5352779 commit 15cc645

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/text/deduplication/fuzzy/fuzzy_e2e.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@
11231123
" def process(self, batch: DocumentBatch) -> DocumentBatch:\n",
11241124
" df = batch.to_pandas().merge(cc_df, how=\"inner\", on=[CURATOR_DEDUP_ID_STR])\n",
11251125
" return DocumentBatch(\n",
1126-
" task_id=batch.task_id, dataset_name=batch.dataset_name, data=df, _stage_perf=batch._stage_perf\n",
1126+
" dataset_name=batch.dataset_name, data=df, _stage_perf=batch._stage_perf\n",
11271127
" )\n",
11281128
"\n",
11291129
"\n",
@@ -1509,7 +1509,7 @@
15091509
"name": "python",
15101510
"nbconvert_exporter": "python",
15111511
"pygments_lexer": "ipython3",
1512-
"version": "3.12.11"
1512+
"version": "3.12.12"
15131513
}
15141514
},
15151515
"nbformat": 4,

0 commit comments

Comments
 (0)