AnoushkaJain3
commited on
Commit
•
407ee02
1
Parent(s):
ddc46cf
Update README.md
Browse files
README.md
CHANGED
@@ -34,6 +34,7 @@ There are two tutorial notebooks:
|
|
34 |
|
35 |
If you want to create a model based on your own manually curated.
|
36 |
|
|
|
37 |
``` python
|
38 |
from spikeinterface.curation.train_manual_curation import train_model
|
39 |
|
@@ -49,6 +50,6 @@ There are two tutorial notebooks:
|
|
49 |
|
50 |
best_model = trainer.best_pipeline
|
51 |
best_model]
|
52 |
-
)
|
53 |
-
```
|
54 |
|
|
|
34 |
|
35 |
If you want to create a model based on your own manually curated.
|
36 |
|
37 |
+
|
38 |
``` python
|
39 |
from spikeinterface.curation.train_manual_curation import train_model
|
40 |
|
|
|
50 |
|
51 |
best_model = trainer.best_pipeline
|
52 |
best_model]
|
53 |
+
)
|
54 |
+
```
|
55 |
|