AnoushkaJain3
commited on
Commit
•
227cac9
1
Parent(s):
734b49b
Delete model_info.json
Browse files- model_info.json +0 -158
model_info.json
DELETED
@@ -1,158 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"metric_params": {
|
3 |
-
|
4 |
-
"quality_metric_params": {
|
5 |
-
"metric_names": [
|
6 |
-
"num_spikes",
|
7 |
-
"firing_rate",
|
8 |
-
"presence_ratio",
|
9 |
-
"snr",
|
10 |
-
"isi_violation",
|
11 |
-
"rp_violation",
|
12 |
-
"sliding_rp_violation",
|
13 |
-
"amplitude_cutoff",
|
14 |
-
"amplitude_median",
|
15 |
-
"amplitude_cv",
|
16 |
-
"synchrony",
|
17 |
-
"firing_range",
|
18 |
-
"drift",
|
19 |
-
"isolation_distance",
|
20 |
-
"l_ratio",
|
21 |
-
"d_prime",
|
22 |
-
"nearest_neighbor",
|
23 |
-
"silhouette"
|
24 |
-
],
|
25 |
-
"sparsity": null,
|
26 |
-
"peak_sign": null,
|
27 |
-
"seed": null,
|
28 |
-
"qm_params": {
|
29 |
-
"presence_ratio": {
|
30 |
-
"bin_duration_s": 60,
|
31 |
-
"mean_fr_ratio_thresh": 0.0
|
32 |
-
},
|
33 |
-
"snr": {
|
34 |
-
"peak_sign": "neg",
|
35 |
-
"peak_mode": "extremum",
|
36 |
-
"random_chunk_kwargs_dict": null
|
37 |
-
},
|
38 |
-
"isi_violation": {
|
39 |
-
"isi_threshold_ms": 1.5,
|
40 |
-
"min_isi_ms": 0
|
41 |
-
},
|
42 |
-
"rp_violation": {
|
43 |
-
"refractory_period_ms": 1.0,
|
44 |
-
"censored_period_ms": 0.0
|
45 |
-
},
|
46 |
-
"sliding_rp_violation": {
|
47 |
-
"min_spikes": 0,
|
48 |
-
"bin_size_ms": 0.25,
|
49 |
-
"window_size_s": 1,
|
50 |
-
"exclude_ref_period_below_ms": 0.5,
|
51 |
-
"max_ref_period_ms": 10,
|
52 |
-
"contamination_values": null
|
53 |
-
},
|
54 |
-
"synchrony": {
|
55 |
-
"synchrony_sizes": [
|
56 |
-
2,
|
57 |
-
4,
|
58 |
-
8
|
59 |
-
]
|
60 |
-
},
|
61 |
-
"firing_range": {
|
62 |
-
"bin_size_s": 5,
|
63 |
-
"percentiles": [
|
64 |
-
5,
|
65 |
-
95
|
66 |
-
]
|
67 |
-
},
|
68 |
-
"amplitude_cv": {
|
69 |
-
"average_num_spikes_per_bin": 50,
|
70 |
-
"percentiles": [
|
71 |
-
5,
|
72 |
-
95
|
73 |
-
],
|
74 |
-
"min_num_bins": 10,
|
75 |
-
"amplitude_extension": "spike_amplitudes"
|
76 |
-
},
|
77 |
-
"amplitude_cutoff": {
|
78 |
-
"peak_sign": "neg",
|
79 |
-
"num_histogram_bins": 100,
|
80 |
-
"histogram_smoothing_value": 3,
|
81 |
-
"amplitudes_bins_min_ratio": 5
|
82 |
-
},
|
83 |
-
"amplitude_median": {
|
84 |
-
"peak_sign": "neg"
|
85 |
-
},
|
86 |
-
"drift": {
|
87 |
-
"interval_s": 60,
|
88 |
-
"min_spikes_per_interval": 100,
|
89 |
-
"direction": "y",
|
90 |
-
"min_num_bins": 2
|
91 |
-
},
|
92 |
-
"nearest_neighbor": {
|
93 |
-
"max_spikes": 10000,
|
94 |
-
"n_neighbors": 5
|
95 |
-
},
|
96 |
-
"nn_isolation": {
|
97 |
-
"max_spikes": 10000,
|
98 |
-
"min_spikes": 10,
|
99 |
-
"min_fr": 0.0,
|
100 |
-
"n_neighbors": 4,
|
101 |
-
"n_components": 10,
|
102 |
-
"radius_um": 100,
|
103 |
-
"peak_sign": "neg"
|
104 |
-
},
|
105 |
-
"nn_noise_overlap": {
|
106 |
-
"max_spikes": 10000,
|
107 |
-
"min_spikes": 10,
|
108 |
-
"min_fr": 0.0,
|
109 |
-
"n_neighbors": 4,
|
110 |
-
"n_components": 10,
|
111 |
-
"radius_um": 100,
|
112 |
-
"peak_sign": "neg"
|
113 |
-
},
|
114 |
-
"silhouette": {
|
115 |
-
"method": [
|
116 |
-
"simplified"
|
117 |
-
]
|
118 |
-
}
|
119 |
-
},
|
120 |
-
"skip_pc_metrics": false
|
121 |
-
},
|
122 |
-
"template_metric_params": {
|
123 |
-
[
|
124 |
-
"half_width",
|
125 |
-
"num_negative_peaks",
|
126 |
-
"num_positive_peaks",
|
127 |
-
"peak_to_valley",
|
128 |
-
"peak_trough_ratio",
|
129 |
-
"recovery_slope",
|
130 |
-
"repolarization_slope"
|
131 |
-
],
|
132 |
-
"sparsity": null,
|
133 |
-
"peak_sign": "neg",
|
134 |
-
"upsampling_factor": 10,
|
135 |
-
"metrics_kwargs": {
|
136 |
-
"recovery_window_ms": 0.7,
|
137 |
-
"peak_relative_threshold": 0.2,
|
138 |
-
"peak_width_ms": 0.1,
|
139 |
-
"depth_direction": "y",
|
140 |
-
"min_channels_for_velocity": 5,
|
141 |
-
"min_r2_velocity": 0.5,
|
142 |
-
"exp_peak_function": "ptp",
|
143 |
-
"min_r2_exp_decay": 0.5,
|
144 |
-
"spread_threshold": 0.2,
|
145 |
-
"spread_smooth_um": 20,
|
146 |
-
}
|
147 |
-
}
|
148 |
-
|
149 |
-
},
|
150 |
-
"spikeinterface_info": {
|
151 |
-
"version": "0.100.0"
|
152 |
-
},
|
153 |
-
"label_conversion": {
|
154 |
-
"accept": "accept",
|
155 |
-
"reject": "accept"
|
156 |
-
}
|
157 |
-
|
158 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|