Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
tqtg committed Dec 1, 2023
1 parent fa8a6f3 commit 96f3aed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/ann_all.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "86da24ba43bf48efb96f5cdc22b56af3",
"model_id": "8eb492e01d5640749891b03f83fdc922",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -93,7 +93,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "294b3c7a3bb04a4db74de6fcaaede852",
"model_id": "8be2c032170e4b54b50931f31c1eaefb",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -113,7 +113,7 @@
"...\n",
" | AUC | Recall@20 | Train (s) | Test (s)\n",
"-- + ------ + --------- + --------- + --------\n",
"MF | 0.8530 | 0.0669 | 1.9686 | 10.3095\n",
"MF | 0.8530 | 0.0669 | 1.9428 | 10.6296\n",
"\n"
]
}
Expand Down Expand Up @@ -189,8 +189,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 3min 35s, sys: 15.4 ms, total: 3min 35s\n",
"Wall time: 4.5 s\n"
"CPU times: user 3min 38s, sys: 19.5 ms, total: 3min 38s\n",
"Wall time: 4.57 s\n"
]
}
],
Expand Down Expand Up @@ -233,8 +233,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"HNSWLibANN\t\tIndexing=92ms\t\tRetrieval=213ms\t\tRecall=0.99875\n",
"ScaNNANN\t\tIndexing=99ms\t\tRetrieval=506ms\t\tRecall=0.99998\n"
"HNSWLibANN\t\tIndexing=91ms\t\tRetrieval=212ms\t\tRecall=0.99875\n",
"ScaNNANN\t\tIndexing=106ms\t\tRetrieval=513ms\t\tRecall=0.99998\n"
]
}
],
Expand Down

0 comments on commit 96f3aed

Please sign in to comment.