Update model_info.json
Browse filesAdd correct label conversions for sua_mua classifier
- model_info.json +10 -10
model_info.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
{
|
2 |
-
"metric_params": {},
|
3 |
-
"requirements": {
|
4 |
-
"spikeinterface": "0.102.0",
|
5 |
-
"scikit-learn": "1.4.2"
|
6 |
-
},
|
7 |
-
"label_conversion": {
|
8 |
-
"0":
|
9 |
-
"1":
|
10 |
-
}
|
11 |
}
|
|
|
1 |
+
{
|
2 |
+
"metric_params": {},
|
3 |
+
"requirements": {
|
4 |
+
"spikeinterface": "0.102.0",
|
5 |
+
"scikit-learn": "1.4.2"
|
6 |
+
},
|
7 |
+
"label_conversion": {
|
8 |
+
"0": "mua",
|
9 |
+
"1": "sua"
|
10 |
+
}
|
11 |
}
|