sbentley commited on
Commit
fd435a9
·
verified ·
1 Parent(s): 9bf172c

Upload 26 files

Browse files
trial_39/contraction_data/X.npy.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34c9cfa713c04843885857574d0c936b8fabd6fc5d04a8061eb6052810937d85
3
+ size 25441299
trial_39/contraction_data/X_test.npy.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c536cd1a92f5da633e00a6a1fe7aec05acd76f2d323939998091e75f3f6b87d7
3
+ size 3364972
trial_39/contraction_data/X_train.npy.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e22e8deca071cba415eea2bb1cede0a29d878ddcfe09d49f2165c0eeca266450
3
+ size 22076501
trial_39/contraction_data/dataset_info.npy.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da54096bf2964dbe24a4fc1c48b92e1f80f2df08e253dfdcaa0c3f43f8934ba2
3
+ size 125672
trial_39/contraction_data/feature_names.npy.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4b5025af7de4e953f8e10964ededae16a02202bdcfd7c0230896ae113d2daf3
3
+ size 4038
trial_39/contraction_data/records.npy.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:099a176fba4b49b3e64f69f21ea26372b9868b0273991ae98989f44ced9fd0fe
3
+ size 1021
trial_39/contraction_data/y.npy.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e4da9f5103dc891d52ba9b7cc595a198bb9a62f1a61f27fd6e5e12e04fc811c
3
+ size 375
trial_39/contraction_data/y_test.npy.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f08b17419d2d63e5e16ded452d86c8f6ae15bb5897e1bb7c9423b945c56e283
3
+ size 153
trial_39/contraction_data/y_train.npy.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4ffcd00797da80869f174e86b3eb9d92a945ed2048b7b47a5ddf4ab574aea21
3
+ size 355
trial_39/parameters.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "first_stage_percentile": 65,
3
+ "second_stage_multiplier": 1.25,
4
+ "window_size": 30,
5
+ "step_size": 10,
6
+ "label_threshold": 0.3,
7
+ "lowcut": 0.3,
8
+ "highcut": 6.0,
9
+ "target_fs": 50,
10
+ "skip_artifact_removal": true
11
+ }
trial_39/random_forest_model.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebd019a04dbab94ff55ab1887a9e36f7ba2cbda025f3e76ecb2868960c6a6d30
3
+ size 5366585
trial_39/random_forest_model_preprocessing.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:069f0295b7aa9b9467734ffb3e2b9bebe0455d9359f474fb1220ab41358251d9
3
+ size 15760
trial_39/trial_results.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "trial": 39,
3
+ "n_records": 15,
4
+ "n_samples": 5128,
5
+ "positive_percentage": 21.76287051482059,
6
+ "random_forest_metrics": {
7
+ "roc": {
8
+ "auc": 0.9041040046015781
9
+ },
10
+ "f1": 0.6561797752808989,
11
+ "feature_importance": {
12
+ "feature_names": [
13
+ "envelope_upper_mean_ch15",
14
+ "envelope_upper_std_ch15",
15
+ "max_amp_ch11",
16
+ "max_corr_ch8_ch11",
17
+ "envelope_range_mean_ch15",
18
+ "envelope_range_std_ch11",
19
+ "envelope_upper_mean_ch11",
20
+ "max_amp_ch1",
21
+ "max_amp_ch15",
22
+ "std_ch11",
23
+ "max_amp_ch12",
24
+ "rms_ch11",
25
+ "max_corr_ch0_ch11",
26
+ "peak_to_peak_ch11",
27
+ "max_corr_ch11_ch15",
28
+ "max_amp_ch0",
29
+ "envelope_upper_std_ch11",
30
+ "envelope_range_mean_ch11",
31
+ "max_corr_ch11_ch12",
32
+ "wavelet_energy_level2_ch11"
33
+ ],
34
+ "importance": [
35
+ 0.014378957102722864,
36
+ 0.014096268235812953,
37
+ 0.012539837786149121,
38
+ 0.01013296197523032,
39
+ 0.010005467754645272,
40
+ 0.009634147240571852,
41
+ 0.008839594566803093,
42
+ 0.008728025355139035,
43
+ 0.008509480362875405,
44
+ 0.008433996516728139,
45
+ 0.008377161741470988,
46
+ 0.00815046107183815,
47
+ 0.007915276335731272,
48
+ 0.006832253805443782,
49
+ 0.006247474097729319,
50
+ 0.006239852498909881,
51
+ 0.006070397465183983,
52
+ 0.00598444402962124,
53
+ 0.005865456161272073,
54
+ 0.005670801808244349
55
+ ]
56
+ }
57
+ },
58
+ "first_stage_percentile": 65,
59
+ "second_stage_multiplier": 1.25,
60
+ "window_size": 30,
61
+ "step_size": 10,
62
+ "label_threshold": 0.3,
63
+ "lowcut": 0.3,
64
+ "highcut": 6.0,
65
+ "target_fs": 50,
66
+ "skip_artifact_removal": true
67
+ }
trial_40/contraction_data/X.npy.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05c328d51343394e048bcdb98c903e5aaa45d9d7281e1f99be183b6de13aaa2f
3
+ size 24923233
trial_40/contraction_data/X_test.npy.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bacb284f422e5d86b20d3d7484726034f579ec047987e94b337b0e88835d2d4a
3
+ size 5334299
trial_40/contraction_data/X_train.npy.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:043c7b46c7f49688a465091fa8c5ac567d25c9d02c9e0eb062fff732ddc8fde7
3
+ size 19589291
trial_40/contraction_data/dataset_info.npy.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58105d255ae71996fb32489995468d089908dbaa4f205750d624b563c1dc44df
3
+ size 123224
trial_40/contraction_data/feature_names.npy.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40e12e2a0d5a21b4b35490df3dc2896ef205d3f853d33516b6a24f14db594596
3
+ size 4038
trial_40/contraction_data/records.npy.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:792228ed982e5b89ad37136f30b6486d878e7341c71b5c973149820660d92453
3
+ size 1027
trial_40/contraction_data/y.npy.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35237e9d8cc9bc152da88b61429de2fa0324bb7406394b955546a074dc039f91
3
+ size 337
trial_40/contraction_data/y_test.npy.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6adae881b475b2af8aedaa3f034a5a8a4a2601b77585cc42762ee6d3d45625aa
3
+ size 175
trial_40/contraction_data/y_train.npy.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8979a216a62c5d5de615ea7059282ebb5b09f9f8551e3a2a9add44b0baf2f7ad
3
+ size 309
trial_40/parameters.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "first_stage_percentile": 65,
3
+ "second_stage_multiplier": 1.2,
4
+ "window_size": 30,
5
+ "step_size": 10,
6
+ "label_threshold": 0.5,
7
+ "lowcut": 0.3,
8
+ "highcut": 5.0,
9
+ "target_fs": 50,
10
+ "skip_artifact_removal": false
11
+ }
trial_40/random_forest_model.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:402ddba68a9f5cc09a3b6860578b63bb7f18c4e428271434b71603bd8d2b60b1
3
+ size 3899225
trial_40/random_forest_model_preprocessing.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0ae4d66f1fcf5e0a0bc11549e138b67f4d8cf4c0f6feeae4a7b47bca060ab52
3
+ size 15760
trial_40/trial_results.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "trial": 40,
3
+ "n_records": 15,
4
+ "n_samples": 5014,
5
+ "positive_percentage": 14.519345831671322,
6
+ "random_forest_metrics": {
7
+ "roc": {
8
+ "auc": 0.9153705982960629
9
+ },
10
+ "f1": 0.6263345195729537,
11
+ "feature_importance": {
12
+ "feature_names": [
13
+ "envelope_lower_mean_ch9",
14
+ "envelope_lower_mean_ch8",
15
+ "envelope_lower_mean_ch1",
16
+ "envelope_lower_mean_ch12",
17
+ "energy_0.3_1Hz_ch7",
18
+ "envelope_lower_mean_ch3",
19
+ "envelope_lower_mean_ch14",
20
+ "wavelet_energy_level3_ch14",
21
+ "envelope_lower_mean_ch13",
22
+ "envelope_lower_mean_ch6",
23
+ "envelope_lower_std_ch9",
24
+ "std_ch7",
25
+ "envelope_lower_mean_ch5",
26
+ "peak_freq_ch14",
27
+ "peak_freq_ch2",
28
+ "envelope_lower_mean_ch7",
29
+ "wavelet_energy_level3_ch0",
30
+ "wavelet_energy_level0_ch7",
31
+ "envelope_lower_mean_ch11",
32
+ "wavelet_energy_level3_ch13"
33
+ ],
34
+ "importance": [
35
+ 0.011495838365196237,
36
+ 0.009165896263384208,
37
+ 0.007844373660146444,
38
+ 0.007496255701420727,
39
+ 0.0068263648038731535,
40
+ 0.006700521184744954,
41
+ 0.006613050330754428,
42
+ 0.006335241256685836,
43
+ 0.00603999749468677,
44
+ 0.0058446592028489775,
45
+ 0.0053713515191291614,
46
+ 0.005141671185476535,
47
+ 0.005074944311129108,
48
+ 0.0050566054945761696,
49
+ 0.0049901163384081446,
50
+ 0.004790876039784973,
51
+ 0.004776350895180457,
52
+ 0.0047608301462512,
53
+ 0.004751445512916939,
54
+ 0.004661211749455313
55
+ ]
56
+ }
57
+ },
58
+ "first_stage_percentile": 65,
59
+ "second_stage_multiplier": 1.2,
60
+ "window_size": 30,
61
+ "step_size": 10,
62
+ "label_threshold": 0.5,
63
+ "lowcut": 0.3,
64
+ "highcut": 5.0,
65
+ "target_fs": 50,
66
+ "skip_artifact_removal": false
67
+ }