sbentley commited on
Commit
951e199
·
verified ·
1 Parent(s): 4e244de

Upload 39 files

Browse files
Files changed (39) hide show
  1. trial_18/contraction_data/X.npy +3 -0
  2. trial_18/contraction_data/X_test.npy +3 -0
  3. trial_18/contraction_data/X_train.npy +3 -0
  4. trial_18/contraction_data/dataset_info.npy +3 -0
  5. trial_18/contraction_data/feature_names.npy +3 -0
  6. trial_18/contraction_data/records.npy +3 -0
  7. trial_18/contraction_data/y.npy +3 -0
  8. trial_18/contraction_data/y_test.npy +3 -0
  9. trial_18/contraction_data/y_train.npy +3 -0
  10. trial_18/parameters.json +11 -0
  11. trial_18/random_forest_model.joblib +3 -0
  12. trial_18/random_forest_model_preprocessing.joblib +3 -0
  13. trial_18/trial_results.json +67 -0
  14. trial_19/contraction_data/X.npy +3 -0
  15. trial_19/contraction_data/X_test.npy +3 -0
  16. trial_19/contraction_data/X_train.npy +3 -0
  17. trial_19/contraction_data/dataset_info.npy +3 -0
  18. trial_19/contraction_data/feature_names.npy +3 -0
  19. trial_19/contraction_data/records.npy +3 -0
  20. trial_19/contraction_data/y.npy +3 -0
  21. trial_19/contraction_data/y_test.npy +3 -0
  22. trial_19/contraction_data/y_train.npy +3 -0
  23. trial_19/parameters.json +11 -0
  24. trial_19/random_forest_model.joblib +3 -0
  25. trial_19/random_forest_model_preprocessing.joblib +3 -0
  26. trial_19/trial_results.json +67 -0
  27. trial_20/contraction_data/X.npy +3 -0
  28. trial_20/contraction_data/X_test.npy +3 -0
  29. trial_20/contraction_data/X_train.npy +3 -0
  30. trial_20/contraction_data/dataset_info.npy +3 -0
  31. trial_20/contraction_data/feature_names.npy +3 -0
  32. trial_20/contraction_data/records.npy +3 -0
  33. trial_20/contraction_data/y.npy +3 -0
  34. trial_20/contraction_data/y_test.npy +3 -0
  35. trial_20/contraction_data/y_train.npy +3 -0
  36. trial_20/parameters.json +11 -0
  37. trial_20/random_forest_model.joblib +3 -0
  38. trial_20/random_forest_model_preprocessing.joblib +3 -0
  39. trial_20/trial_results.json +67 -0
trial_18/contraction_data/X.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b876ced317b88ac24fb06ca1238a6e87b8e9820092a04cc2275358f148851d31
3
+ size 40522408
trial_18/contraction_data/X_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4daf9ffc9b9db5dc1925f4ba43e7753d1c640338c5f47f221eb0b21ae4039389
3
+ size 6021728
trial_18/contraction_data/X_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0804df867945dd6e662c0db202f9af3c0a80736d799c88dd19b651d8e646b737
3
+ size 34500808
trial_18/contraction_data/dataset_info.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0a16d811c5629318d32f4fe3dc5c0469918905f86ae38c9bcf2b08d4fcdbb53
3
+ size 549415
trial_18/contraction_data/feature_names.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:824191c1d0384347ea2a97b3287d9ac16033e848b95bb6070475499ac52a903c
3
+ size 108208
trial_18/contraction_data/records.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fec7839ff165d3e498c6b1650dac551f4aafc06b31a0102af6701fc9b201bc9
3
+ size 273076
trial_18/contraction_data/y.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d451925e1dafd5693f6822f9ce3b4f4320773646e79617015638d075ad8aa335
3
+ size 42120
trial_18/contraction_data/y_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:134baa57c0282eb62665843cce548c9c22835e80f469dbb9b605e5352b28ebb7
3
+ size 6368
trial_18/contraction_data/y_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dd676f1ab075ee09465be25759a1fe8f8846b5baed3d252c0659dd98123c98c
3
+ size 35880
trial_18/parameters.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "first_stage_percentile": 65,
3
+ "second_stage_multiplier": 1.2,
4
+ "window_size": 45,
5
+ "step_size": 10,
6
+ "label_threshold": 0.3,
7
+ "lowcut": 0.3,
8
+ "highcut": 5.0,
9
+ "target_fs": 100,
10
+ "skip_artifact_removal": true
11
+ }
trial_18/random_forest_model.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ed1e5275cfb72b0022ef00d7375df600c43c0e606f8ff5ad5da6440658e07ff
3
+ size 1414105
trial_18/random_forest_model_preprocessing.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20ff548dcc0816774fea036794be216e61bd56dd8f3eb7128109e3953d28a0bc
3
+ size 15760
trial_18/trial_results.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "trial": 18,
3
+ "n_records": 15,
4
+ "n_samples": 5249,
5
+ "positive_percentage": 18.936940369594208,
6
+ "random_forest_metrics": {
7
+ "roc": {
8
+ "auc": 0.9142658061163633
9
+ },
10
+ "f1": 0.6764705882352942,
11
+ "feature_importance": {
12
+ "feature_names": [
13
+ "wavelet_energy_level0_ch0",
14
+ "peak_power_ch11",
15
+ "envelope_lower_std_ch0",
16
+ "wavelet_energy_level0_ch11",
17
+ "skewness_ch10",
18
+ "spectral_entropy_ch2",
19
+ "rms_ch0",
20
+ "spectral_entropy_ch1",
21
+ "spectral_entropy_ch0",
22
+ "mean_coherence_ch4_ch5",
23
+ "mean_coherence_ch7_ch8",
24
+ "envelope_upper_mean_ch0",
25
+ "std_ch0",
26
+ "median_freq_ch0",
27
+ "envelope_upper_mean_ch15",
28
+ "spectral_entropy_ch12",
29
+ "wavelet_energy_level0_ch15",
30
+ "mean_freq_ch4",
31
+ "spectral_entropy_ch4",
32
+ "energy_0.3_1Hz_ch11"
33
+ ],
34
+ "importance": [
35
+ 0.01249274728445423,
36
+ 0.011083735705313262,
37
+ 0.009228281766920768,
38
+ 0.008979531557302906,
39
+ 0.008896169497080246,
40
+ 0.00858286125673744,
41
+ 0.007226570322721015,
42
+ 0.0069097480117530415,
43
+ 0.006350068655927976,
44
+ 0.006154420691721174,
45
+ 0.005963933279065679,
46
+ 0.005716039242619255,
47
+ 0.005472197123315067,
48
+ 0.005242124886217083,
49
+ 0.005054012041743549,
50
+ 0.004974458036694701,
51
+ 0.004965851621471427,
52
+ 0.004928769686078091,
53
+ 0.004917789886244543,
54
+ 0.004807501157452838
55
+ ]
56
+ }
57
+ },
58
+ "first_stage_percentile": 65,
59
+ "second_stage_multiplier": 1.2,
60
+ "window_size": 45,
61
+ "step_size": 10,
62
+ "label_threshold": 0.3,
63
+ "lowcut": 0.3,
64
+ "highcut": 5.0,
65
+ "target_fs": 100,
66
+ "skip_artifact_removal": true
67
+ }
trial_19/contraction_data/X.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:788e61a1bf05482e03e711931b3ec2d17b34d93907d3276cb4c34d33b048b275
3
+ size 78728688
trial_19/contraction_data/X_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fb88ce8b41b83ee9c76b5a2b9783ebdfa400983b1b94e81d9fbb9343ec10d53
3
+ size 15409248
trial_19/contraction_data/X_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:524bd3982871be4f1d66bf86fa6568c5bc31dff8d5eb20fdbda1e38fabc92825
3
+ size 63319568
trial_19/contraction_data/dataset_info.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4135f71e0b3546a74f3f4e013d0bd2d935e37ef284ceebd45b604968a88f3747
3
+ size 1035396
trial_19/contraction_data/feature_names.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:824191c1d0384347ea2a97b3287d9ac16033e848b95bb6070475499ac52a903c
3
+ size 108208
trial_19/contraction_data/records.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b467dac66a6a1e09fcabd2ac63b704eef0448f547a144bba87e574b610053dd6
3
+ size 530424
trial_19/contraction_data/y.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b60ee6640acb059f44c568294b786b3a598c913e7a97375a99731b9ff579f69f
3
+ size 81712
trial_19/contraction_data/y_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6511671c3170c65480e299b8b2f85c05b9ee3c73b218284e1b0bc8b03d17557
3
+ size 16096
trial_19/contraction_data/y_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdfe97f351319290955ed6c339284cf33ced42a4e0c4bf66ac73dea759b1349a
3
+ size 65744
trial_19/parameters.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "first_stage_percentile": 75,
3
+ "second_stage_multiplier": 1.2,
4
+ "window_size": 30,
5
+ "step_size": 5,
6
+ "label_threshold": 0.5,
7
+ "lowcut": 0.2,
8
+ "highcut": 5.0,
9
+ "target_fs": 100,
10
+ "skip_artifact_removal": true
11
+ }
trial_19/random_forest_model.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2366fce0ed82500a4fb016f8a4efb1f16b41750c98daa892d70661df3f2a98f6
3
+ size 6112025
trial_19/random_forest_model_preprocessing.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ad8cf2f74725ac033df94fdd2f032c75b80927ddd3f02251eaf6a539a90af6c
3
+ size 15760
trial_19/trial_results.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "trial": 19,
3
+ "n_records": 15,
4
+ "n_samples": 10198,
5
+ "positive_percentage": 16.395371641498333,
6
+ "random_forest_metrics": {
7
+ "roc": {
8
+ "auc": 0.9285034854090178
9
+ },
10
+ "f1": 0.715372907153729,
11
+ "feature_importance": {
12
+ "feature_names": [
13
+ "peak_power_ch8",
14
+ "peak_power_ch9",
15
+ "peak_power_ch12",
16
+ "std_ch9",
17
+ "rms_ch8",
18
+ "mean_coherence_ch0_ch1",
19
+ "peak_power_ch10",
20
+ "rms_ch12",
21
+ "kurtosis_ch10",
22
+ "peak_power_ch11",
23
+ "std_ch8",
24
+ "wavelet_energy_level4_ch7",
25
+ "kurtosis_ch9",
26
+ "wavelet_energy_level4_ch5",
27
+ "peak_power_ch13",
28
+ "max_coherence_ch8_ch9",
29
+ "kurtosis_ch2",
30
+ "max_corr_ch8_ch11",
31
+ "kurtosis_ch3",
32
+ "max_amp_ch12"
33
+ ],
34
+ "importance": [
35
+ 0.008299690811564743,
36
+ 0.008271456203776981,
37
+ 0.008104319319983205,
38
+ 0.0067046685944181185,
39
+ 0.006175284107590084,
40
+ 0.006155270168652195,
41
+ 0.006088426893389573,
42
+ 0.00555559188229195,
43
+ 0.0053576304399290545,
44
+ 0.005245806871934949,
45
+ 0.005119711391570424,
46
+ 0.005106556398880161,
47
+ 0.004812420518724737,
48
+ 0.004789000630708119,
49
+ 0.0047417210762440674,
50
+ 0.0045509019469211365,
51
+ 0.0044639722712517945,
52
+ 0.0044493789433099435,
53
+ 0.004347181743405508,
54
+ 0.004238166148847588
55
+ ]
56
+ }
57
+ },
58
+ "first_stage_percentile": 75,
59
+ "second_stage_multiplier": 1.2,
60
+ "window_size": 30,
61
+ "step_size": 5,
62
+ "label_threshold": 0.5,
63
+ "lowcut": 0.2,
64
+ "highcut": 5.0,
65
+ "target_fs": 100,
66
+ "skip_artifact_removal": true
67
+ }
trial_20/contraction_data/X.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38c8f9e2afac4d3ece0f19a15472a23d607f4f74e7fa50cb9196211034a5e976
3
+ size 127333808
trial_20/contraction_data/X_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61517ad43c8ddde991bc65dea6d9edd2495b9944432a233ce9bbc83126530952
3
+ size 28926968
trial_20/contraction_data/X_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51063bf1095b3e9267ddd8f615170d41f7f4dc5c71a9dd8e5d6fda10493b9472
3
+ size 98406968
trial_20/contraction_data/dataset_info.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:836f2c0ae3d9af9a50b3863494370e7a279463d24613564ca6fdd2683cd5d988
3
+ size 1607441
trial_20/contraction_data/feature_names.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:824191c1d0384347ea2a97b3287d9ac16033e848b95bb6070475499ac52a903c
3
+ size 108208
trial_20/contraction_data/records.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:208048cc51dd0d4f8d58394077bdd0ed3cef414cccf6ccc1e30d6b56ca854820
3
+ size 857816
trial_20/contraction_data/y.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ead92ce90bc763d818fdcfd6c764e0450f3df0565a9f658677ac524db7584bc5
3
+ size 132080
trial_20/contraction_data/y_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d333d6584ec6ea441715242694e32220b4deec075e32999b45096b42957ec0de
3
+ size 30104
trial_20/contraction_data/y_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bf03e7bb3ece97bc348904855f2dce6b5991f56c297b6756fee91c0dcd3f0cf
3
+ size 102104
trial_20/parameters.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "first_stage_percentile": 75,
3
+ "second_stage_multiplier": 1.15,
4
+ "window_size": 45,
5
+ "step_size": 3,
6
+ "label_threshold": 0.7,
7
+ "lowcut": 0.1,
8
+ "highcut": 4.0,
9
+ "target_fs": 20,
10
+ "skip_artifact_removal": true
11
+ }
trial_20/random_forest_model.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21eef003cde5aeb7a80e445349f998ab83424d2fb8767ffbfba0f966cae3edfd
3
+ size 7100825
trial_20/random_forest_model_preprocessing.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4311468f8bcd89972f5c46888745feb4238f2c0d09c1ce554bb875129c98d7d
3
+ size 15760
trial_20/trial_results.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "trial": 20,
3
+ "n_records": 15,
4
+ "n_samples": 16494,
5
+ "positive_percentage": 15.217654904813871,
6
+ "random_forest_metrics": {
7
+ "roc": {
8
+ "auc": 0.9958272024522575
9
+ },
10
+ "f1": 0.9069767441860465,
11
+ "feature_importance": {
12
+ "feature_names": [
13
+ "mean_coherence_ch6_ch7",
14
+ "mean_coherence_ch5_ch6",
15
+ "mean_coherence_ch10_ch11",
16
+ "mean_coherence_ch8_ch9",
17
+ "mean_coherence_ch9_ch10",
18
+ "mean_coherence_ch1_ch2",
19
+ "mean_coherence_ch2_ch3",
20
+ "mean_coherence_ch13_ch14",
21
+ "mean_coherence_ch4_ch5",
22
+ "energy_1_3Hz_ch11",
23
+ "wavelet_energy_level2_ch11",
24
+ "mean_coherence_ch12_ch13",
25
+ "peak_to_peak_ch3",
26
+ "max_amp_ch14",
27
+ "mean_coherence_ch11_ch12",
28
+ "mean_coherence_ch7_ch8",
29
+ "energy_1_3Hz_ch0",
30
+ "max_amp_ch5",
31
+ "wavelet_energy_level1_ch15",
32
+ "wavelet_energy_level3_ch8"
33
+ ],
34
+ "importance": [
35
+ 0.013428100742097372,
36
+ 0.010527915442041923,
37
+ 0.009980949653570105,
38
+ 0.009962139223508502,
39
+ 0.008815077389667806,
40
+ 0.008485398307789495,
41
+ 0.00838447536679429,
42
+ 0.007143603696507587,
43
+ 0.006141662404676733,
44
+ 0.006077038204810845,
45
+ 0.005905843272316274,
46
+ 0.00563227526214678,
47
+ 0.005176528375377508,
48
+ 0.005024847681617635,
49
+ 0.004970459748127622,
50
+ 0.004768024898755756,
51
+ 0.004763849550858331,
52
+ 0.004718608057771745,
53
+ 0.004671268250131475,
54
+ 0.004543715174592685
55
+ ]
56
+ }
57
+ },
58
+ "first_stage_percentile": 75,
59
+ "second_stage_multiplier": 1.15,
60
+ "window_size": 45,
61
+ "step_size": 3,
62
+ "label_threshold": 0.7,
63
+ "lowcut": 0.1,
64
+ "highcut": 4.0,
65
+ "target_fs": 20,
66
+ "skip_artifact_removal": true
67
+ }