AnoushkaJain3
commited on
Commit
•
5ba271b
1
Parent(s):
318c2e6
Upload features_sequence.json
Browse filesIn some classifiers like Random Forest the sequence of features during the time of fitting matters.
This json contains sequence of features we need ti use both skops files
- features_sequence.json +1 -0
features_sequence.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
["num_spikes", "firing_rate", "presence_ratio", "snr", "isi_violations_ratio", "isi_violations_count", "rp_contamination", "rp_violations", "sliding_rp_violation", "amplitude_cutoff", "amplitude_median", "amplitude_cv_median", "amplitude_cv_range", "sync_spike_2", "sync_spike_4", "sync_spike_8", "firing_range", "drift_ptp", "drift_std", "drift_mad", "isolation_distance", "l_ratio", "d_prime", "silhouette", "nn_hit_rate", "nn_miss_rate", "peak_to_valley", "peak_trough_ratio", "half_width", "repolarization_slope", "recovery_slope", "num_positive_peaks", "num_negative_peaks", "velocity_above", "velocity_below", "exp_decay", "spread"]
|