Skip to content

Commit 8a20f22

Browse files
committed
Fix precision/recall in hybrid example
1 parent dbd433d commit 8a20f22

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/how_to/benchmark_with_hybrid_recordings.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2531,9 +2531,8 @@ Although non of the sorters find all units perfectly, ``Kilosort2.5``,
25312531
``Kilosort4``, and ``SpyKING CIRCUS 2`` all find around 10-12 hybrid
25322532
units with accuracy greater than 80%. ``Kilosort4`` has a better overall
25332533
curve, being able to find almost all units with an accuracy above 50%.
2534-
``Kilosort2.5`` performs well when looking at precision (finding all
2535-
spikes in a hybrid unit), at the cost of lower recall (finding spikes
2536-
when it shouldn’t).
2534+
``Kilosort2.5`` performs well when looking at precision (not finding spikes
2535+
when it shouldn’t), but it has a lower recall (finding all spikes in the ground truth).
25372536

25382537
In this example, we showed how to:
25392538

examples/how_to/benchmark_with_hybrid_recordings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@
276276
# From the performance plots, we can see that there is no clear "winner", but `Kilosort3` definitely performs worse than the other options.
277277
#
278278
# Although non of the sorters find all units perfectly, `Kilosort2.5`, `Kilosort4`, and `SpyKING CIRCUS 2` all find around 10-12 hybrid units with accuracy greater than 80%.
279-
# `Kilosort4` has a better overall curve, being able to find almost all units with an accuracy above 50%. `Kilosort2.5` performs well when looking at precision (finding all spikes in a hybrid unit), at the cost of lower recall (finding spikes when it shouldn't).
279+
# `Kilosort4` has a better overall curve, being able to find almost all units with an accuracy above 50%. `Kilosort2.5` performs well when looking at precision (not finding spikes
280+
# when it shouldn’t), but it has a lower recall (finding all spikes in the ground truth).
280281
#
281282
#
282283
# In this example, we showed how to:

0 commit comments

Comments
 (0)