AnoushkaJain3
commited on
Commit
•
fcd083f
1
Parent(s):
b199a82
Update README.md
Browse files
README.md
CHANGED
@@ -27,9 +27,8 @@ There are two tutorial notebooks:
|
|
27 |
labels = auto_label_units(
|
28 |
sorting_analyzer = sorting_analyzer,
|
29 |
model_folder = “SpikeInterface/a_folder_for_a_model”,
|
30 |
-
trusted = [‘numpy.dtype’]
|
31 |
-
|
32 |
-
```
|
33 |
|
34 |
|
35 |
2. Train_new_model.ipynb
|
@@ -48,6 +47,6 @@ There are two tutorial notebooks:
|
|
48 |
scaling_techniques = None,
|
49 |
classifiers = None, # Default to Random Forest only. Other classifiers you can try [ "AdaBoostClassifier","GradientBoostingClassifier",
|
50 |
# "LogisticRegression","MLPClassifier","XGBoost","LightGBM", "CatBoost"]
|
51 |
-
)
|
52 |
-
```
|
53 |
|
|
|
27 |
labels = auto_label_units(
|
28 |
sorting_analyzer = sorting_analyzer,
|
29 |
model_folder = “SpikeInterface/a_folder_for_a_model”,
|
30 |
+
trusted = [‘numpy.dtype’])
|
31 |
+
```
|
|
|
32 |
|
33 |
|
34 |
2. Train_new_model.ipynb
|
|
|
47 |
scaling_techniques = None,
|
48 |
classifiers = None, # Default to Random Forest only. Other classifiers you can try [ "AdaBoostClassifier","GradientBoostingClassifier",
|
49 |
# "LogisticRegression","MLPClassifier","XGBoost","LightGBM", "CatBoost"]
|
50 |
+
)
|
51 |
+
```
|
52 |
|