Update README.md
Browse fileschanged the repo_id
README.md
CHANGED
|
@@ -23,7 +23,7 @@ This can be used to automatically identify SUA units in spike-sorted outputs. If
|
|
| 23 |
from spikeinterface.curation import auto_label_units
|
| 24 |
labels = auto_label_units(
|
| 25 |
sorting_analyzer = sorting_analyzer,
|
| 26 |
-
repo_id = "
|
| 27 |
trusted = ['numpy.dtype']
|
| 28 |
)
|
| 29 |
```
|
|
|
|
| 23 |
from spikeinterface.curation import auto_label_units
|
| 24 |
labels = auto_label_units(
|
| 25 |
sorting_analyzer = sorting_analyzer,
|
| 26 |
+
repo_id = "SpikeInterface/UnitRefine_sua_mua_classifier",
|
| 27 |
trusted = ['numpy.dtype']
|
| 28 |
)
|
| 29 |
```
|