DaniFrame commited on
Commit
9f05fa0
·
verified ·
1 Parent(s): 13759a1

Upload extra parameters and metrics

Browse files
ltfsid_xgboost_seed_504/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 0.17433451716529533
3
+ }
ltfsid_xgboost_seed_504/feature_importance.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,L1s_importance,L1_importance,L2s_importance,L2_importance,Lpls_importance,Lpl_importance
2
+ Area,0.1715221,0.10408672,0.10156263,0.18313882,0.22132222,0.08232326
3
+ Sensing Range,0.114302844,0.06925734,0.093091466,0.07866086,0.10754956,0.043579686
4
+ Transmission Range,0.099255286,0.06041201,0.0801061,0.07916748,0.093132,0.042482346
5
+ Number of Sensor nodes,0.028539268,0.045660026,0.03173053,0.040164415,0.03502761,0.020968499
6
+ cpu_training_time,0.016172297,0.021390656,0.031960726,0.024746358,0.0150270555,0.019448934
7
+ cpu_prediction_time,0.023208292,0.028496543,0.02289141,0.03240624,0.018392643,0.023706788
8
+ memory_usage,0.026499009,0.026430707,0.07675878,0.0589806,0.033038754,0.026961345
9
+ max_depth,0.010898955,0.015516883,0.018184338,0.01930073,0.0132282805,0.019080505
10
+ learning_rate,0.12317936,0.13405535,0.20486656,0.16894418,0.079455175,0.093240194
11
+ n_estimators,0.09738185,0.20577978,0.16259272,0.1280195,0.06112539,0.12141423
12
+ model_CatBoostRegressor,0.03428557,0.03628739,0.025071373,0.022518842,0.07193475,0.16266465
13
+ model_DecisionTreeRegressor,0.0,0.0,0.0,0.0,0.0,0.0
14
+ model_LGBMRegressor,0.15680173,0.1454088,0.09943437,0.111518025,0.16216685,0.13701491
15
+ model_RandomForestRegressor,0.06933787,0.058714047,0.02532027,0.025593277,0.04789808,0.071214736
16
+ model_XGBRegressor,0.028615542,0.04850365,0.026428765,0.02684067,0.04070152,0.13589996
ltfsid_xgboost_seed_504/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 5.457426550673798,
5
+ "MAPE": 1.9373427666280103,
6
+ "R2": 0.7236937566984388,
7
+ "Pearson": 0.9441560229167862,
8
+ "Spearman": 0.860969900122707
9
+ },
10
+ "validation": {
11
+ "RMSE": 13.149272427658666,
12
+ "MAPE": 2.2004081323927207,
13
+ "R2": 0.12203783130101575,
14
+ "Pearson": 0.37905871553020415,
15
+ "Spearman": 0.3655423026390765
16
+ },
17
+ "test": {
18
+ "RMSE": 5.7247828362523965,
19
+ "MAPE": 3.839650171696242,
20
+ "R2": 0.6321522643180353,
21
+ "Pearson": 0.877339314258277,
22
+ "Spearman": 0.677365248460069
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 2.6602449024073134,
28
+ "MAPE": 4.10211484530632,
29
+ "R2": 0.8965302724287793,
30
+ "Pearson": 0.9604934507132289,
31
+ "Spearman": 0.8679283098641013
32
+ },
33
+ "validation": {
34
+ "RMSE": 8.436524291409782,
35
+ "MAPE": 4.938096649437461,
36
+ "R2": 0.44755106260921496,
37
+ "Pearson": 0.6703333806876508,
38
+ "Spearman": 0.6492926660442117
39
+ },
40
+ "test": {
41
+ "RMSE": 3.3342816885105924,
42
+ "MAPE": 27.273570382038873,
43
+ "R2": 0.8345445224205185,
44
+ "Pearson": 0.9217042790724548,
45
+ "Spearman": 0.7409930379105856
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 169.4628536516094,
51
+ "MAPE": 6079.282907457808,
52
+ "R2": 0.7946536884138133,
53
+ "Pearson": 0.9733553676190428,
54
+ "Spearman": 0.7683686513373447
55
+ },
56
+ "validation": {
57
+ "RMSE": 620.8956815546102,
58
+ "MAPE": 2581.0050913422447,
59
+ "R2": 0.036659093504129436,
60
+ "Pearson": 0.2424041622430147,
61
+ "Spearman": 0.3297382232454828
62
+ },
63
+ "test": {
64
+ "RMSE": 151.93432853328534,
65
+ "MAPE": 378702.1878189326,
66
+ "R2": 0.7286402216741437,
67
+ "Pearson": 0.9273884077216448,
68
+ "Spearman": 0.6099041955265264
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 238.42582511933782,
74
+ "MAPE": 26214.265858812232,
75
+ "R2": 0.5567266121108703,
76
+ "Pearson": 0.9576484739597224,
77
+ "Spearman": 0.734771536972626
78
+ },
79
+ "validation": {
80
+ "RMSE": 595.9803815800602,
81
+ "MAPE": 33971.91489008867,
82
+ "R2": 0.03333384264843342,
83
+ "Pearson": 0.23528988320751557,
84
+ "Spearman": 0.5982721869050432
85
+ },
86
+ "test": {
87
+ "RMSE": 194.61373567355324,
88
+ "MAPE": 5436223.541285962,
89
+ "R2": 0.5277362876754259,
90
+ "Pearson": 0.920575986076344,
91
+ "Spearman": 0.6660644456203494
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.29244714090114965,
97
+ "MAPE": 1.470117723326496,
98
+ "R2": 0.62961644001221,
99
+ "Pearson": 0.8960619337839898,
100
+ "Spearman": 0.8699308642061285
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.5098172456738032,
104
+ "MAPE": 1.6192379089492388,
105
+ "R2": 0.11646637745846,
106
+ "Pearson": 0.36509743183294285,
107
+ "Spearman": 0.40411217534255006
108
+ },
109
+ "test": {
110
+ "RMSE": 0.2858435787199676,
111
+ "MAPE": 4.70907107175321,
112
+ "R2": 0.5208110163966024,
113
+ "Pearson": 0.7919601294018219,
114
+ "Spearman": 0.6888045220454376
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.13294859113368698,
120
+ "MAPE": 3.5250692327678674,
121
+ "R2": 0.8086396697333318,
122
+ "Pearson": 0.9233670132662322,
123
+ "Spearman": 0.8883392178814525
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.24026216087244254,
127
+ "MAPE": 3.45709397673479,
128
+ "R2": 0.5167077345571659,
129
+ "Pearson": 0.7188628778896053,
130
+ "Spearman": 0.6995865439445313
131
+ },
132
+ "test": {
133
+ "RMSE": 0.16856188578846176,
134
+ "MAPE": 23.13162701806308,
135
+ "R2": 0.6854363779665601,
136
+ "Pearson": 0.8354444638281254,
137
+ "Spearman": 0.7692235515760634
138
+ }
139
+ }
140
+ }