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