Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Jun 7, 2024
1 parent 8c15587 commit ead4c5d
Show file tree
Hide file tree
Showing 12 changed files with 13,585 additions and 5,028 deletions.
4 changes: 2 additions & 2 deletions docs/demos/examples/athena/deduplicate_50k_synthetic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97389,7 +97389,7 @@
}
],
"source": [
"records = linker.inference.prediction_errors_from_labels_column(\n",
"records = linker.evaluation.prediction_errors_from_labels_column(\n",
" \"cluster\",\n",
" threshold=0.999,\n",
" include_false_negatives=False,\n",
Expand Down Expand Up @@ -109042,7 +109042,7 @@
],
"source": [
"# Some of the false negatives will be because they weren't detected by the blocking rules\n",
"records = linker.inference.prediction_errors_from_labels_column(\n",
"records = linker.evaluation.prediction_errors_from_labels_column(\n",
" \"cluster\",\n",
" threshold=0.5,\n",
" include_false_negatives=True,\n",
Expand Down
Loading

0 comments on commit ead4c5d

Please sign in to comment.