DaniFrame commited on
Commit
cef7d95
·
verified ·
1 Parent(s): 3ae013b

Upload extra parameters and metrics

Browse files
ltfsid_xgboost_seed_290/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 0.17433451716529533
3
+ }
ltfsid_xgboost_seed_290/feature_importance.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,L1s_importance,L1_importance,L2s_importance,L2_importance,Lpls_importance,Lpl_importance
2
+ Area,0.16930722,0.10346787,0.09979553,0.19150314,0.21438283,0.084621675
3
+ Sensing Range,0.10017158,0.07122887,0.08579161,0.08228457,0.09140512,0.042856194
4
+ Transmission Range,0.10272466,0.05621056,0.08711135,0.065999515,0.10543059,0.039149318
5
+ Number of Sensor nodes,0.035153195,0.045512505,0.039156135,0.03211053,0.04273197,0.024953011
6
+ cpu_training_time,0.01668264,0.022377737,0.028468605,0.027135344,0.013342514,0.017615303
7
+ cpu_prediction_time,0.021196593,0.028121356,0.027385352,0.038359422,0.021800935,0.025297152
8
+ memory_usage,0.028085198,0.030647712,0.07759551,0.0587444,0.03368125,0.026770987
9
+ max_depth,0.0123723205,0.016103663,0.019377902,0.022898471,0.013651553,0.018215485
10
+ learning_rate,0.1201305,0.1451611,0.18773915,0.16779158,0.07566444,0.09685569
11
+ n_estimators,0.09648873,0.19334117,0.1679834,0.13170305,0.05926253,0.10652005
12
+ model_CatBoostRegressor,0.03572182,0.038023714,0.025538111,0.028099533,0.07161433,0.15956095
13
+ model_DecisionTreeRegressor,0.0,0.0,0.0,0.0,0.0,0.0
14
+ model_LGBMRegressor,0.15916984,0.1470921,0.097458676,0.09841096,0.16338833,0.14115581
15
+ model_RandomForestRegressor,0.07409179,0.05487614,0.0334928,0.031581838,0.047313195,0.08950618
16
+ model_XGBRegressor,0.028704066,0.047835585,0.023105888,0.023377575,0.046330355,0.12692213
ltfsid_xgboost_seed_290/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 3.9733670612446246,
5
+ "MAPE": 2.0233022471243993,
6
+ "R2": 0.8535355335935464,
7
+ "Pearson": 0.9575096274106871,
8
+ "Spearman": 0.8865248739023796
9
+ },
10
+ "validation": {
11
+ "RMSE": 13.148071506113553,
12
+ "MAPE": 2.3062780431029237,
13
+ "R2": 0.12219819234646967,
14
+ "Pearson": 0.39993910807708727,
15
+ "Spearman": 0.38832599302016724
16
+ },
17
+ "test": {
18
+ "RMSE": 4.673852011250297,
19
+ "MAPE": 5.197608203173889,
20
+ "R2": 0.7548115728325521,
21
+ "Pearson": 0.894112379548004,
22
+ "Spearman": 0.7021304684478903
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 2.792360909021899,
28
+ "MAPE": 4.308550859921902,
29
+ "R2": 0.8859978175694634,
30
+ "Pearson": 0.9573166147740977,
31
+ "Spearman": 0.8632168443375854
32
+ },
33
+ "validation": {
34
+ "RMSE": 8.513725843666268,
35
+ "MAPE": 4.779873375998349,
36
+ "R2": 0.4373940225809504,
37
+ "Pearson": 0.6639558229715735,
38
+ "Spearman": 0.653831644093008
39
+ },
40
+ "test": {
41
+ "RMSE": 3.3150698765260307,
42
+ "MAPE": 27.97732912823311,
43
+ "R2": 0.8364457066286581,
44
+ "Pearson": 0.9245421375861647,
45
+ "Spearman": 0.7490501148714959
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 126.6818383689826,
51
+ "MAPE": 7369.390539128082,
52
+ "R2": 0.8852463283947951,
53
+ "Pearson": 0.978983635050803,
54
+ "Spearman": 0.7852745662970763
55
+ },
56
+ "validation": {
57
+ "RMSE": 616.8876753993375,
58
+ "MAPE": 1474.1563156802633,
59
+ "R2": 0.049056068990642965,
60
+ "Pearson": 0.2650274280099429,
61
+ "Spearman": 0.33287536585911653
62
+ },
63
+ "test": {
64
+ "RMSE": 125.43637442166893,
65
+ "MAPE": 427758.8200672031,
66
+ "R2": 0.8150387977404885,
67
+ "Pearson": 0.9353736662206305,
68
+ "Spearman": 0.6301024597522078
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 240.441332906915,
74
+ "MAPE": 26317.17130739751,
75
+ "R2": 0.5492006053518863,
76
+ "Pearson": 0.9575054368979788,
77
+ "Spearman": 0.7377280972261702
78
+ },
79
+ "validation": {
80
+ "RMSE": 594.592225200172,
81
+ "MAPE": 34290.768995563136,
82
+ "R2": 0.037831712304466136,
83
+ "Pearson": 0.25887080073202545,
84
+ "Spearman": 0.5939549791110804
85
+ },
86
+ "test": {
87
+ "RMSE": 194.7179159729477,
88
+ "MAPE": 5472450.009151787,
89
+ "R2": 0.5272305295000586,
90
+ "Pearson": 0.9278206557203563,
91
+ "Spearman": 0.6582291112056335
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.20317875104404873,
97
+ "MAPE": 1.6084474971113822,
98
+ "R2": 0.8212222304624894,
99
+ "Pearson": 0.9308393234596496,
100
+ "Spearman": 0.9101865040580092
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.5048252872497133,
104
+ "MAPE": 1.9440677124139067,
105
+ "R2": 0.13368419335023551,
106
+ "Pearson": 0.4374776120385706,
107
+ "Spearman": 0.43593488363701854
108
+ },
109
+ "test": {
110
+ "RMSE": 0.24125224654192565,
111
+ "MAPE": 4.465989483275652,
112
+ "R2": 0.6586556831677852,
113
+ "Pearson": 0.820911389540006,
114
+ "Spearman": 0.7195872573159927
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.1338039068529415,
120
+ "MAPE": 3.4938206252777517,
121
+ "R2": 0.8061695421708011,
122
+ "Pearson": 0.9214352154625709,
123
+ "Spearman": 0.8874494464298485
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.24176359218174634,
127
+ "MAPE": 3.3998011994560433,
128
+ "R2": 0.5106485414030018,
129
+ "Pearson": 0.714728691956257,
130
+ "Spearman": 0.6974338721585738
131
+ },
132
+ "test": {
133
+ "RMSE": 0.16945526604201713,
134
+ "MAPE": 23.059635009498983,
135
+ "R2": 0.6820931590053245,
136
+ "Pearson": 0.8337810136734667,
137
+ "Spearman": 0.766617737590456
138
+ }
139
+ }
140
+ }