From 9e5fcbc6441be17be295baac644a34a494b4773b Mon Sep 17 00:00:00 2001 From: Safiye Celik Date: Fri, 17 Nov 2023 22:28:58 -0700 Subject: [PATCH] update notebook --- notebooks/replogle_map_building.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/replogle_map_building.ipynb b/notebooks/replogle_map_building.ipynb index f526e4f..5eafeb9 100644 --- a/notebooks/replogle_map_building.ipynb +++ b/notebooks/replogle_map_building.ipynb @@ -34,7 +34,7 @@ "from efaar_benchmarking.data_loading import load_replogle\n", "from efaar_benchmarking.efaar import *\n", "from efaar_benchmarking.benchmarking import benchmark\n", - "# from efaar_benchmarking.plotting import plot_recall\n", + "from efaar_benchmarking.plotting import plot_recall\n", "\n", "recall_threshold_pairs = []\n", "start = 0.01\n",