DaniFrame commited on
Commit
13759a1
·
verified ·
1 Parent(s): 6fcc87e

Upload extra parameters and metrics

Browse files
ltfsid_xgboost_seed_478/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 0.17433451716529533
3
+ }
ltfsid_xgboost_seed_478/feature_importance.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,L1s_importance,L1_importance,L2s_importance,L2_importance,Lpls_importance,Lpl_importance
2
+ Area,0.16650556,0.104042,0.110790245,0.18698144,0.22858596,0.079595335
3
+ Sensing Range,0.096395254,0.07142719,0.08443627,0.081047654,0.10625835,0.04073176
4
+ Transmission Range,0.08282047,0.058299482,0.079647206,0.06370712,0.09457358,0.03763252
5
+ Number of Sensor nodes,0.057193276,0.039678603,0.037460275,0.03976532,0.044573765,0.026765596
6
+ cpu_training_time,0.015822126,0.023344096,0.029143037,0.026087116,0.015330071,0.018265143
7
+ cpu_prediction_time,0.018666433,0.030702073,0.021463268,0.026748212,0.019815007,0.02858627
8
+ memory_usage,0.024997776,0.026662648,0.06294045,0.05073779,0.031225296,0.025876077
9
+ max_depth,0.011900611,0.016653996,0.016653582,0.014804249,0.012038619,0.018220931
10
+ learning_rate,0.11969537,0.1383388,0.20285437,0.19479628,0.0802165,0.09294837
11
+ n_estimators,0.10069451,0.199187,0.16446628,0.1307154,0.059817974,0.110818796
12
+ model_CatBoostRegressor,0.038039442,0.03375551,0.026747802,0.022013765,0.06478934,0.16546862
13
+ model_DecisionTreeRegressor,0.0,0.0,0.0,0.0,0.0,0.0
14
+ model_LGBMRegressor,0.15686068,0.1544886,0.101134606,0.09837144,0.16015822,0.12982534
15
+ model_RandomForestRegressor,0.08197286,0.06070652,0.043693952,0.042681478,0.040458158,0.08757087
16
+ model_XGBRegressor,0.028435577,0.042713534,0.018568609,0.021542719,0.04215912,0.13769436
ltfsid_xgboost_seed_478/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 3.000326286843323,
5
+ "MAPE": 2.1209011463768306,
6
+ "R2": 0.9164874252791397,
7
+ "Pearson": 0.9682591560790345,
8
+ "Spearman": 0.910452780062347
9
+ },
10
+ "validation": {
11
+ "RMSE": 13.119852024915275,
12
+ "MAPE": 2.450291480169129,
13
+ "R2": 0.1259621707654508,
14
+ "Pearson": 0.4278816348664773,
15
+ "Spearman": 0.4080479418568518
16
+ },
17
+ "test": {
18
+ "RMSE": 4.2417646368727535,
19
+ "MAPE": 3.3892097050561567,
20
+ "R2": 0.7980503114808901,
21
+ "Pearson": 0.9021641160515514,
22
+ "Spearman": 0.7060642019814305
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 2.9777137749590805,
28
+ "MAPE": 4.578527910603354,
29
+ "R2": 0.8703609122622282,
30
+ "Pearson": 0.95518932682032,
31
+ "Spearman": 0.8593872701241343
32
+ },
33
+ "validation": {
34
+ "RMSE": 8.497357882704609,
35
+ "MAPE": 5.18980990046319,
36
+ "R2": 0.4395552057795562,
37
+ "Pearson": 0.6684475861379057,
38
+ "Spearman": 0.6513200600256992
39
+ },
40
+ "test": {
41
+ "RMSE": 3.4755288812115057,
42
+ "MAPE": 30.21602004409366,
43
+ "R2": 0.8202295198287947,
44
+ "Pearson": 0.9212900216771156,
45
+ "Spearman": 0.7514394714842639
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 110.94090705785624,
51
+ "MAPE": 7968.998124792408,
52
+ "R2": 0.9119921724947622,
53
+ "Pearson": 0.9818499071341291,
54
+ "Spearman": 0.7987421897054485
55
+ },
56
+ "validation": {
57
+ "RMSE": 615.7729430069196,
58
+ "MAPE": 441.5681555187754,
59
+ "R2": 0.052489725645085916,
60
+ "Pearson": 0.26921685626521286,
61
+ "Spearman": 0.35363047258762287
62
+ },
63
+ "test": {
64
+ "RMSE": 118.11164637671745,
65
+ "MAPE": 380332.9053872202,
66
+ "R2": 0.8360093449609884,
67
+ "Pearson": 0.9398181635340996,
68
+ "Spearman": 0.6329351424371743
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 238.87371810859418,
74
+ "MAPE": 26261.801708826497,
75
+ "R2": 0.5550596322469952,
76
+ "Pearson": 0.9545742701877913,
77
+ "Spearman": 0.7396771800719246
78
+ },
79
+ "validation": {
80
+ "RMSE": 596.6564830778248,
81
+ "MAPE": 33929.95864808887,
82
+ "R2": 0.031139357156992897,
83
+ "Pearson": 0.22798909597823608,
84
+ "Spearman": 0.5952352887271213
85
+ },
86
+ "test": {
87
+ "RMSE": 195.5994988961701,
88
+ "MAPE": 5457723.126923471,
89
+ "R2": 0.5229399229036324,
90
+ "Pearson": 0.9162947408474248,
91
+ "Spearman": 0.6592122677822544
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.28352584302846534,
97
+ "MAPE": 1.5516065413324025,
98
+ "R2": 0.6518693645635432,
99
+ "Pearson": 0.9051996119780908,
100
+ "Spearman": 0.882083906052423
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.5068139522753331,
104
+ "MAPE": 1.8275275084189941,
105
+ "R2": 0.1268453707415902,
106
+ "Pearson": 0.38191525079407396,
107
+ "Spearman": 0.4225086396389138
108
+ },
109
+ "test": {
110
+ "RMSE": 0.2807461324591362,
111
+ "MAPE": 3.797290989597678,
112
+ "R2": 0.5377493734721067,
113
+ "Pearson": 0.7961752768508006,
114
+ "Spearman": 0.6977561872405723
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.13406846300092115,
120
+ "MAPE": 3.4907864323238162,
121
+ "R2": 0.8054023039821644,
122
+ "Pearson": 0.9207406115662458,
123
+ "Spearman": 0.88674439958124
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.24118457353481607,
127
+ "MAPE": 3.435883851876583,
128
+ "R2": 0.5129897071336529,
129
+ "Pearson": 0.716364919370619,
130
+ "Spearman": 0.6956550816424133
131
+ },
132
+ "test": {
133
+ "RMSE": 0.16785373779944587,
134
+ "MAPE": 22.360636219641922,
135
+ "R2": 0.6880738624738115,
136
+ "Pearson": 0.8375368548139419,
137
+ "Spearman": 0.773184281936918
138
+ }
139
+ }
140
+ }