DaniFrame commited on
Commit
86d8284
·
verified ·
1 Parent(s): a836523

Upload 3 files

Browse files
abalone_xgboost_seed_478/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 0.6870062831574866
3
+ }
abalone_xgboost_seed_478/feature_importance.csv ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,L1s_importance,L1_importance,L2s_importance,L2_importance,Lpls_importance,Lpl_importance
2
+ Length,0.046568714,0.05687204,0.08380504,0.07762218,0.04812211,0.049993638
3
+ Diameter,0.089435115,0.08063981,0.12263695,0.08255151,0.074391395,0.06840973
4
+ Height,0.09492245,0.07955507,0.12056447,0.114570454,0.09502641,0.06983741
5
+ Whole_weight,0.1305649,0.10930335,0.098905556,0.11517965,0.105049744,0.08634578
6
+ Shucked_weight,0.11291846,0.106343,0.12884931,0.106854096,0.11602663,0.09837986
7
+ Viscera_weight,0.105997525,0.09021936,0.1315364,0.098417036,0.10599399,0.09010193
8
+ Shell_weight,0.12110859,0.13148642,0.12803377,0.11495769,0.10493845,0.1524293
9
+ Sex_F,0.15671872,0.15833022,0.05805864,0.15248118,0.16098447,0.12751673
10
+ Sex_I,0.05194875,0.08389768,0.031709813,0.038296897,0.08821535,0.13989495
11
+ Sex_M,0.078108974,0.08502082,0.052624874,0.05344549,0.086755745,0.089305274
12
+ cpu_training_time,0.00037314606,0.00092881994,0.00321148,0.0034377042,0.00051301863,0.0010559246
13
+ cpu_prediction_time,0.000987221,0.0014335382,0.0034027637,0.0027393198,0.0009211037,0.0023123678
14
+ memory_usage,0.0006686837,0.0009798951,0.0026920221,0.0036167898,0.0007701541,0.0016237325
15
+ max_depth,0.00084461906,0.0011485333,0.0046536685,0.0027340855,0.0006814446,0.001531483
16
+ learning_rate,0.0021708668,0.003110613,0.009709464,0.009818147,0.0024151255,0.0035287712
17
+ n_estimators,0.0017523274,0.0030806754,0.005485155,0.0071981936,0.0032886693,0.005507872
18
+ model_CatBoostRegressor,0.0010932484,0.0014547749,0.00252522,0.0022751845,0.0015440608,0.002970295
19
+ model_DecisionTreeRegressor,0.0,0.0,0.0,0.0,0.0,0.0
20
+ model_LGBMRegressor,0.0022753482,0.0026288666,0.0037418443,0.0037182926,0.0025704221,0.0040240176
21
+ model_RandomForestRegressor,0.00030923326,0.0007008198,0.0014403067,0.0011620577,0.0005794045,0.0016271701
22
+ model_XGBRegressor,0.0012331529,0.002865595,0.0064132935,0.008924122,0.0012122829,0.0036038205
abalone_xgboost_seed_478/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 2.0903290032261697,
5
+ "MAPE": 172774441479.08356,
6
+ "R2": 0.11427816400880053,
7
+ "Pearson": 0.6335326854831408,
8
+ "Spearman": 0.5917868536403277
9
+ },
10
+ "validation": {
11
+ "RMSE": 2.253441661277624,
12
+ "MAPE": 282174803209.6505,
13
+ "R2": 0.002519757444171322,
14
+ "Pearson": 0.12585052858883078,
15
+ "Spearman": 0.17284819047500657
16
+ },
17
+ "test": {
18
+ "RMSE": 2.2633494159750396,
19
+ "MAPE": 162021961201.4279,
20
+ "R2": 0.01693967056090806,
21
+ "Pearson": 0.14838930599818456,
22
+ "Spearman": 0.15137210325446313
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 1.1291461149647926,
28
+ "MAPE": 2033296696007.9658,
29
+ "R2": 0.464065678045561,
30
+ "Pearson": 0.8371998531662249,
31
+ "Spearman": 0.6655665259622504
32
+ },
33
+ "validation": {
34
+ "RMSE": 1.4437548099977333,
35
+ "MAPE": 2942062585669.05,
36
+ "R2": 0.14771058983392038,
37
+ "Pearson": 0.3941695842156743,
38
+ "Spearman": 0.29113595233429557
39
+ },
40
+ "test": {
41
+ "RMSE": 1.5179649660215908,
42
+ "MAPE": 1915440974199.3696,
43
+ "R2": 0.07472790226007553,
44
+ "Pearson": 0.2746380791054561,
45
+ "Spearman": 0.3285942004915664
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 9.059867571828697,
51
+ "MAPE": 1327766649438.1245,
52
+ "R2": 0.4066711116292042,
53
+ "Pearson": 0.8355121221103128,
54
+ "Spearman": 0.5064861379435531
55
+ },
56
+ "validation": {
57
+ "RMSE": 12.22436989543387,
58
+ "MAPE": 1009571427769.2856,
59
+ "R2": 0.03125333041558276,
60
+ "Pearson": 0.19730108042174255,
61
+ "Spearman": 0.1235503457397029
62
+ },
63
+ "test": {
64
+ "RMSE": 11.606398421224496,
65
+ "MAPE": 1339640370593.7466,
66
+ "R2": -0.01576547684252616,
67
+ "Pearson": 0.0818266887259117,
68
+ "Spearman": 0.01879781878006446
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 6.8673571034501695,
74
+ "MAPE": 5390476801649.119,
75
+ "R2": 0.5937558047566851,
76
+ "Pearson": 0.8913442970785171,
77
+ "Spearman": 0.5702644907976337
78
+ },
79
+ "validation": {
80
+ "RMSE": 10.69638884344282,
81
+ "MAPE": 9034080809632.342,
82
+ "R2": 0.10757595867407699,
83
+ "Pearson": 0.3344090070215791,
84
+ "Spearman": 0.32165807529231993
85
+ },
86
+ "test": {
87
+ "RMSE": 10.287075939788638,
88
+ "MAPE": 4838537817235.794,
89
+ "R2": 0.027871902531782622,
90
+ "Pearson": 0.21392803441563132,
91
+ "Spearman": 0.35347119535942756
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.4681011139255466,
97
+ "MAPE": 64916676271.27903,
98
+ "R2": 0.12389526293093411,
99
+ "Pearson": 0.6099856312120531,
100
+ "Spearman": 0.6299372480604911
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.4973436630467142,
104
+ "MAPE": 87637778278.8186,
105
+ "R2": -0.013832928703850333,
106
+ "Pearson": 0.0303939371812149,
107
+ "Spearman": 0.010745313578199871
108
+ },
109
+ "test": {
110
+ "RMSE": 0.5069312714005554,
111
+ "MAPE": 50048551232.399796,
112
+ "R2": 0.010588253305338524,
113
+ "Pearson": 0.1094259354603994,
114
+ "Spearman": 0.07888333503711746
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.21762011530685216,
120
+ "MAPE": 560529503763.6932,
121
+ "R2": 0.38503537715064606,
122
+ "Pearson": 0.7751142121380395,
123
+ "Spearman": 0.7352388678080154
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.24890509646955278,
127
+ "MAPE": 724643328309.7678,
128
+ "R2": 0.09861950126844643,
129
+ "Pearson": 0.3187820449483362,
130
+ "Spearman": 0.2622062862354203
131
+ },
132
+ "test": {
133
+ "RMSE": 0.26930834660055203,
134
+ "MAPE": 531126186920.8976,
135
+ "R2": 0.08829199344976069,
136
+ "Pearson": 0.3004078988950401,
137
+ "Spearman": 0.2824329165713558
138
+ }
139
+ }
140
+ }