DaniFrame commited on
Commit
ff6ca6e
·
verified ·
1 Parent(s): 06c39ba

Upload extra parameters and metrics

Browse files
parkinsons_motor_xgboost_seed_478/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 0.5694687333514343
3
+ }
parkinsons_motor_xgboost_seed_478/feature_importance.csv ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,L1s_importance,L1_importance,L2s_importance,L2_importance,Lpls_importance,Lpl_importance
2
+ age,0.05512043,0.07140083,0.057191543,0.0857615,0.06052112,0.063954435
3
+ testTime,0.03708394,0.037773076,0.038662907,0.048898675,0.029768996,0.033689875
4
+ Jitter,0.022637019,0.021554362,0.027757267,0.022287339,0.030414576,0.02315345
5
+ JitterAbs,0.04169457,0.024082385,0.03385336,0.02551371,0.03878512,0.023604967
6
+ JitterRAP,0.03612485,0.019597352,0.031980574,0.020377908,0.034241416,0.019327488
7
+ JitterPPQ5,0.037466735,0.024765309,0.023964241,0.023481337,0.04009137,0.028484548
8
+ JitterDDP,0.037436537,0.015699083,0.01395263,0.01857748,0.0315424,0.020286271
9
+ Shimmer,0.032849364,0.02783366,0.035946645,0.03196866,0.03672347,0.025956213
10
+ ShimmerdB,0.04539072,0.025370933,0.038520142,0.026794927,0.04820119,0.025627306
11
+ ShimmerAPQ3,0.044617116,0.022360144,0.033400822,0.019759754,0.045768786,0.026524149
12
+ ShimmerAPQ5,0.0353425,0.02530612,0.027093973,0.0262211,0.04551764,0.031142984
13
+ ShimmerAPQ11,0.04063781,0.025112761,0.024853492,0.02583465,0.035654277,0.020750929
14
+ ShimmerDDA,0.049135707,0.023352401,0.02803243,0.020104986,0.042720605,0.023072757
15
+ NHR,0.03966152,0.023133151,0.03732257,0.022825575,0.038196262,0.028119437
16
+ HNR,0.060088158,0.022496637,0.040276352,0.024335304,0.054076128,0.025142016
17
+ RPDE,0.043104623,0.028699031,0.040622488,0.027864471,0.042940136,0.027712138
18
+ DFA,0.05593483,0.038970552,0.049736973,0.03862459,0.04987009,0.045854244
19
+ PPE,0.04682739,0.032886513,0.041350044,0.029254934,0.04831886,0.033489477
20
+ sex,0.105865985,0.11380957,0.09283042,0.14103246,0.10612661,0.073076025
21
+ cpu_training_time,0.0067532286,0.021001177,0.012473014,0.019915903,0.0049074413,0.01951194
22
+ cpu_prediction_time,0.009877461,0.032139767,0.015381739,0.023442257,0.00799146,0.03420198
23
+ memory_usage,0.02187054,0.052921224,0.03656904,0.040995043,0.018353358,0.060619086
24
+ max_depth,0.02229969,0.068686135,0.05062594,0.05527978,0.015483729,0.06193006
25
+ learning_rate,0.025070129,0.081853926,0.06230946,0.066657774,0.022321576,0.07546388
26
+ n_estimators,0.010763483,0.0392755,0.02019786,0.03420896,0.0109941885,0.03887642
27
+ model_CatBoostRegressor,0.0076342593,0.023552626,0.016893398,0.018430796,0.013759206,0.025674958
28
+ model_DecisionTreeRegressor,0.0074261217,0.008772957,0.017716007,0.01076112,0.020678647,0.010552032
29
+ model_LGBMRegressor,0.0015497863,0.008576571,0.0041339146,0.0072394744,0.0051956656,0.01393255
30
+ model_RandomForestRegressor,0.015433232,0.015189252,0.03525335,0.028795103,0.011964623,0.015379888
31
+ model_XGBRegressor,0.004302448,0.023827031,0.0110974,0.01475429,0.008870985,0.044888414
parkinsons_motor_xgboost_seed_478/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 1.2986016976212122,
5
+ "MAPE": 6584688088657.267,
6
+ "R2": 0.8074635546002861,
7
+ "Pearson": 0.9180415064880676,
8
+ "Spearman": 0.8728235560508169
9
+ },
10
+ "validation": {
11
+ "RMSE": 2.4326290147812086,
12
+ "MAPE": 5316955867398.162,
13
+ "R2": 0.3855019815939449,
14
+ "Pearson": 0.664211955067209,
15
+ "Spearman": 0.5672724124877692
16
+ },
17
+ "test": {
18
+ "RMSE": 2.4012356111301023,
19
+ "MAPE": 6609159414684.003,
20
+ "R2": 0.35118484332043687,
21
+ "Pearson": 0.621169056955269,
22
+ "Spearman": 0.5417026510782708
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 0.6582236678561464,
28
+ "MAPE": 2222818005068.915,
29
+ "R2": 0.9142145221319157,
30
+ "Pearson": 0.957492317628195,
31
+ "Spearman": 0.8773179265811942
32
+ },
33
+ "validation": {
34
+ "RMSE": 1.4443332100437627,
35
+ "MAPE": 3153376223615.3994,
36
+ "R2": 0.6297007835262365,
37
+ "Pearson": 0.7984150071557785,
38
+ "Spearman": 0.7154276027774963
39
+ },
40
+ "test": {
41
+ "RMSE": 1.3525460675243686,
42
+ "MAPE": 4425023939484.247,
43
+ "R2": 0.6321972926778068,
44
+ "Pearson": 0.7967950915222777,
45
+ "Spearman": 0.6973575019413462
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 5.021762172135891,
51
+ "MAPE": 21227581950817.125,
52
+ "R2": 0.9496292496653931,
53
+ "Pearson": 0.9763521423146758,
54
+ "Spearman": 0.8878246752102859
55
+ },
56
+ "validation": {
57
+ "RMSE": 17.330981240436465,
58
+ "MAPE": 37964695036413.69,
59
+ "R2": 0.4859806081170006,
60
+ "Pearson": 0.7155393015802828,
61
+ "Spearman": 0.5043418132838949
62
+ },
63
+ "test": {
64
+ "RMSE": 15.152454074559724,
65
+ "MAPE": 44739755187673.75,
66
+ "R2": 0.48053012531635864,
67
+ "Pearson": 0.7063480344607476,
68
+ "Spearman": 0.42492116337202396
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 6.169131778237871,
74
+ "MAPE": 23829993910143.188,
75
+ "R2": 0.9101760007890658,
76
+ "Pearson": 0.956879869418609,
77
+ "Spearman": 0.7776135835381548
78
+ },
79
+ "validation": {
80
+ "RMSE": 14.345727828381827,
81
+ "MAPE": 26699415338797.074,
82
+ "R2": 0.5810461746017657,
83
+ "Pearson": 0.7736616431654733,
84
+ "Spearman": 0.6464205331088385
85
+ },
86
+ "test": {
87
+ "RMSE": 11.937578926676615,
88
+ "MAPE": 44222692398005.56,
89
+ "R2": 0.6087357279448105,
90
+ "Pearson": 0.7835873588800928,
91
+ "Spearman": 0.6355547673869314
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.13837079391127288,
97
+ "MAPE": 624925794563.8612,
98
+ "R2": 0.9215399729797057,
99
+ "Pearson": 0.9614359226583568,
100
+ "Spearman": 0.9462459728233454
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.3834987525110289,
104
+ "MAPE": 426659213073.9559,
105
+ "R2": 0.41443940266161394,
106
+ "Pearson": 0.6578725974448942,
107
+ "Spearman": 0.6037717475211914
108
+ },
109
+ "test": {
110
+ "RMSE": 0.39261450879349974,
111
+ "MAPE": 777867217775.3561,
112
+ "R2": 0.39455876118842326,
113
+ "Pearson": 0.6414114754430899,
114
+ "Spearman": 0.5881680508246736
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.11689641444905739,
120
+ "MAPE": 334098630085.0868,
121
+ "R2": 0.8600779598808163,
122
+ "Pearson": 0.9289556985417121,
123
+ "Spearman": 0.8959242830120462
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.20417758878167294,
127
+ "MAPE": 399471633336.18567,
128
+ "R2": 0.589340479763291,
129
+ "Pearson": 0.7690172913161875,
130
+ "Spearman": 0.7329734357415598
131
+ },
132
+ "test": {
133
+ "RMSE": 0.20639653863553906,
134
+ "MAPE": 751311287703.5774,
135
+ "R2": 0.5700254908237914,
136
+ "Pearson": 0.7562091976908375,
137
+ "Spearman": 0.7190022290588644
138
+ }
139
+ }
140
+ }