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

Upload extra parameters and metrics

Browse files
parkinsons_motor_xgboost_seed_504/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 0.5694687333514343
3
+ }
parkinsons_motor_xgboost_seed_504/feature_importance.csv ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,L1s_importance,L1_importance,L2s_importance,L2_importance,Lpls_importance,Lpl_importance
2
+ age,0.056251045,0.07245895,0.055764522,0.080006905,0.058672,0.056999695
3
+ testTime,0.0365781,0.036903005,0.040201377,0.04687439,0.031924713,0.030525684
4
+ Jitter,0.031534664,0.022078298,0.027871829,0.019693555,0.030665508,0.021986317
5
+ JitterAbs,0.04001741,0.02385598,0.035768043,0.021869255,0.038342454,0.02513652
6
+ JitterRAP,0.04037772,0.019980298,0.03464322,0.01901991,0.03570624,0.019309409
7
+ JitterPPQ5,0.032743204,0.023381181,0.022847334,0.022951083,0.040489014,0.027241467
8
+ JitterDDP,0.030003764,0.015920222,0.012639139,0.014215085,0.03193833,0.020105192
9
+ Shimmer,0.035385057,0.028094629,0.036167547,0.030335886,0.03433543,0.024937043
10
+ ShimmerdB,0.043182753,0.022489699,0.04100408,0.028794764,0.046929404,0.027419278
11
+ ShimmerAPQ3,0.0378795,0.022554848,0.033791352,0.01748842,0.04221974,0.029170295
12
+ ShimmerAPQ5,0.0363908,0.025225494,0.02627309,0.021980971,0.047374748,0.034902155
13
+ ShimmerAPQ11,0.03695405,0.02668825,0.02710438,0.02894389,0.038690265,0.021500057
14
+ ShimmerDDA,0.04047571,0.024617469,0.03296668,0.027944664,0.043601714,0.02594603
15
+ NHR,0.03932716,0.021920424,0.03592863,0.02013965,0.03831618,0.027236084
16
+ HNR,0.056442883,0.0217147,0.039337467,0.021356782,0.055366524,0.026139438
17
+ RPDE,0.040855117,0.027729645,0.04230632,0.025373382,0.039541587,0.02632986
18
+ DFA,0.05110415,0.039683048,0.04965301,0.037435137,0.050679207,0.044191033
19
+ PPE,0.047206655,0.031690992,0.039750334,0.026272338,0.05272161,0.032971997
20
+ sex,0.087251335,0.10736628,0.08037686,0.16521968,0.11417772,0.06250495
21
+ cpu_training_time,0.0063095246,0.020484375,0.013661481,0.01892397,0.0046119774,0.021611389
22
+ cpu_prediction_time,0.010030388,0.032148965,0.014461563,0.02212895,0.007928058,0.040561557
23
+ memory_usage,0.027447836,0.055934638,0.03900401,0.04120326,0.016136382,0.06590247
24
+ max_depth,0.027114995,0.07063402,0.0508223,0.053182837,0.014997154,0.070403576
25
+ learning_rate,0.03596712,0.081310436,0.064125255,0.069112174,0.023155054,0.08235689
26
+ n_estimators,0.014458129,0.039675858,0.02131227,0.03431833,0.010498026,0.038257405
27
+ model_CatBoostRegressor,0.0137468865,0.025222944,0.015680522,0.019916752,0.013363126,0.02105219
28
+ model_DecisionTreeRegressor,0.014133574,0.010338422,0.015418356,0.0125355525,0.010470737,0.0073244628
29
+ model_LGBMRegressor,0.0037503014,0.008841609,0.004094379,0.007143991,0.0050173844,0.01017805
30
+ model_RandomForestRegressor,0.019182935,0.016361553,0.03489908,0.03135787,0.013554629,0.015573808
31
+ model_XGBRegressor,0.007897243,0.024693713,0.012125718,0.014260574,0.008575291,0.042225644
parkinsons_motor_xgboost_seed_504/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 0.6935919954191468,
5
+ "MAPE": 3330537108484.8667,
6
+ "R2": 0.9450751142910605,
7
+ "Pearson": 0.9736190210459736,
8
+ "Spearman": 0.9413226207731691
9
+ },
10
+ "validation": {
11
+ "RMSE": 2.2994978695813804,
12
+ "MAPE": 3494985519652.401,
13
+ "R2": 0.4509211125836803,
14
+ "Pearson": 0.6922806158593371,
15
+ "Spearman": 0.5757611187118514
16
+ },
17
+ "test": {
18
+ "RMSE": 2.3071478291162224,
19
+ "MAPE": 5123713001059.569,
20
+ "R2": 0.40103384786328555,
21
+ "Pearson": 0.64270290442003,
22
+ "Spearman": 0.512358989982961
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 0.6594431054515192,
28
+ "MAPE": 2145102504223.1577,
29
+ "R2": 0.9138963721071524,
30
+ "Pearson": 0.9573322930879268,
31
+ "Spearman": 0.8767186290799076
32
+ },
33
+ "validation": {
34
+ "RMSE": 1.4427635323387822,
35
+ "MAPE": 3250760890333.0786,
36
+ "R2": 0.6305052164278755,
37
+ "Pearson": 0.7995842099783491,
38
+ "Spearman": 0.7269937919932581
39
+ },
40
+ "test": {
41
+ "RMSE": 1.3485775638986781,
42
+ "MAPE": 4823200653003.825,
43
+ "R2": 0.6343524651612162,
44
+ "Pearson": 0.7984306239466198,
45
+ "Spearman": 0.6943181478997535
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 5.108524299462932,
51
+ "MAPE": 21545963776919.58,
52
+ "R2": 0.9478736800437072,
53
+ "Pearson": 0.9755725528304315,
54
+ "Spearman": 0.8871047266900771
55
+ },
56
+ "validation": {
57
+ "RMSE": 17.742898479491338,
58
+ "MAPE": 33078197589142.695,
59
+ "R2": 0.46125613899206985,
60
+ "Pearson": 0.693876199048324,
61
+ "Spearman": 0.4789336001751508
62
+ },
63
+ "test": {
64
+ "RMSE": 15.34457247739447,
65
+ "MAPE": 44817374516583.58,
66
+ "R2": 0.46727386940775417,
67
+ "Pearson": 0.6966749015763323,
68
+ "Spearman": 0.4307377550226534
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 5.274824398862743,
74
+ "MAPE": 19758688617001.168,
75
+ "R2": 0.9343310147606896,
76
+ "Pearson": 0.9683790277675097,
77
+ "Spearman": 0.791492913136692
78
+ },
79
+ "validation": {
80
+ "RMSE": 14.158698031779481,
81
+ "MAPE": 27343773887238.95,
82
+ "R2": 0.5918990317249394,
83
+ "Pearson": 0.7793572021709795,
84
+ "Spearman": 0.6419083657432925
85
+ },
86
+ "test": {
87
+ "RMSE": 11.76250341509467,
88
+ "MAPE": 39255072093662.016,
89
+ "R2": 0.6201280679877326,
90
+ "Pearson": 0.7905751766899342,
91
+ "Spearman": 0.6280251839940021
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.13876062246607077,
97
+ "MAPE": 602914512298.2898,
98
+ "R2": 0.9210972633210693,
99
+ "Pearson": 0.9612500147370721,
100
+ "Spearman": 0.9462618087187287
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.3846302400874872,
104
+ "MAPE": 474165544546.01855,
105
+ "R2": 0.41097899008726957,
106
+ "Pearson": 0.6565890791288117,
107
+ "Spearman": 0.6187884231342847
108
+ },
109
+ "test": {
110
+ "RMSE": 0.3995738823932747,
111
+ "MAPE": 826852393391.631,
112
+ "R2": 0.3729047710307458,
113
+ "Pearson": 0.6220378412958198,
114
+ "Spearman": 0.5748679182317218
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.1392285438727722,
120
+ "MAPE": 491725634592.9047,
121
+ "R2": 0.8015092328448911,
122
+ "Pearson": 0.8977964085526217,
123
+ "Spearman": 0.8618803650962482
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.2070452037168548,
127
+ "MAPE": 479340205351.7789,
128
+ "R2": 0.5777242881970176,
129
+ "Pearson": 0.7620584009264599,
130
+ "Spearman": 0.7296495500657345
131
+ },
132
+ "test": {
133
+ "RMSE": 0.2103396200296932,
134
+ "MAPE": 803895233264.2983,
135
+ "R2": 0.5534397522298061,
136
+ "Pearson": 0.7449673633931791,
137
+ "Spearman": 0.7083193698240131
138
+ }
139
+ }
140
+ }