DaniFrame commited on
Commit
1de6268
·
verified ·
1 Parent(s): 07dda60

Add extra parameters and metrics

Browse files
abalone_xgboost_seed_13/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 0.6870062831574866
3
+ }
abalone_xgboost_seed_13/feature_importance.csv ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,L1s_importance,L1_importance,L2s_importance,L2_importance,Lpls_importance,Lpl_importance
2
+ Length,0.05066699,0.05501039,0.08528831,0.07692064,0.049478594,0.04674546
3
+ Diameter,0.08007205,0.08723897,0.11638034,0.081106216,0.07729197,0.062716305
4
+ Height,0.09075812,0.07357857,0.12109664,0.109853916,0.08923029,0.06405826
5
+ Whole_weight,0.12284648,0.104108155,0.10261819,0.1168459,0.107546315,0.0845179
6
+ Shucked_weight,0.12244215,0.10801794,0.12176543,0.11213117,0.11685893,0.10262574
7
+ Viscera_weight,0.11344445,0.08771215,0.14726491,0.08954803,0.11072047,0.08518854
8
+ Shell_weight,0.13634288,0.13070288,0.12020198,0.108553275,0.10531376,0.15213281
9
+ Sex_F,0.12065864,0.18057932,0.053464606,0.123752035,0.15705857,0.12026815
10
+ Sex_I,0.07897386,0.073654905,0.025477396,0.048291318,0.0766889,0.1601986
11
+ Sex_M,0.06822686,0.08116897,0.05771357,0.07283473,0.09582615,0.093851216
12
+ cpu_training_time,0.00057778315,0.00091730297,0.003457068,0.0035994507,0.00046645573,0.00082308595
13
+ cpu_prediction_time,0.0011133055,0.0011907249,0.0037093225,0.005134994,0.00094112474,0.0021113406
14
+ memory_usage,0.00083493674,0.0009640831,0.0029847275,0.0040576784,0.000906454,0.0015934722
15
+ max_depth,0.0011390261,0.00093108247,0.0063583846,0.006031947,0.0005078048,0.0014437722
16
+ learning_rate,0.0032128124,0.00357087,0.010737725,0.012144021,0.0021580164,0.004212147
17
+ n_estimators,0.0023073906,0.0028974533,0.0056677707,0.008468777,0.0021548541,0.004802303
18
+ model_CatBoostRegressor,0.0013729654,0.0016013458,0.0026685144,0.003241146,0.0016170396,0.003475199
19
+ model_DecisionTreeRegressor,0.00034570004,0.0,0.0,0.0016360047,0.0,0.0005708249
20
+ model_LGBMRegressor,0.0021530697,0.0025181682,0.003240773,0.0037176665,0.0027517215,0.0039610527
21
+ model_RandomForestRegressor,0.000790671,0.00079359446,0.0019262797,0.0014936572,0.0013879214,0.0012177215
22
+ model_XGBRegressor,0.0017198625,0.0028431732,0.007978136,0.010637394,0.0010946478,0.0034861125
abalone_xgboost_seed_13/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 1.7906492599446202,
5
+ "MAPE": 409576626115.23303,
6
+ "R2": 0.35003628261139796,
7
+ "Pearson": 0.7467155391523234,
8
+ "Spearman": 0.7090008120453548
9
+ },
10
+ "validation": {
11
+ "RMSE": 2.246167531694042,
12
+ "MAPE": 689574109239.7107,
13
+ "R2": 0.00894911372330709,
14
+ "Pearson": 0.15162867754769171,
15
+ "Spearman": 0.14126016979248388
16
+ },
17
+ "test": {
18
+ "RMSE": 2.257625277219858,
19
+ "MAPE": 278075619281.50037,
20
+ "R2": 0.02190581319037077,
21
+ "Pearson": 0.1628429436003131,
22
+ "Spearman": 0.13566590454473468
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 1.1414657587273218,
28
+ "MAPE": 2070880852642.5447,
29
+ "R2": 0.4523071668778593,
30
+ "Pearson": 0.8410729477877343,
31
+ "Spearman": 0.6691165241381004
32
+ },
33
+ "validation": {
34
+ "RMSE": 1.4585723782016653,
35
+ "MAPE": 2930555138743.5054,
36
+ "R2": 0.1301263536176105,
37
+ "Pearson": 0.36668716855026223,
38
+ "Spearman": 0.272531659606834
39
+ },
40
+ "test": {
41
+ "RMSE": 1.5203035980390056,
42
+ "MAPE": 1926533560970.2695,
43
+ "R2": 0.0718746904005122,
44
+ "Pearson": 0.2685166914938622,
45
+ "Spearman": 0.321156855921069
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 10.285442071060666,
51
+ "MAPE": 1734084419933.1611,
52
+ "R2": 0.2352883265209813,
53
+ "Pearson": 0.8091751684855127,
54
+ "Spearman": 0.4616977276475839
55
+ },
56
+ "validation": {
57
+ "RMSE": 12.318515815917007,
58
+ "MAPE": 1850150929104.0679,
59
+ "R2": 0.016274276358036577,
60
+ "Pearson": 0.171223361112309,
61
+ "Spearman": 0.16356427523076833
62
+ },
63
+ "test": {
64
+ "RMSE": 11.476462373666175,
65
+ "MAPE": 2462830941199.6343,
66
+ "R2": 0.006850626667608606,
67
+ "Pearson": 0.0902429466762322,
68
+ "Spearman": 0.016865777646056554
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 5.103484989795038,
74
+ "MAPE": 4490588212558.814,
75
+ "R2": 0.7756419848080324,
76
+ "Pearson": 0.9218556738478637,
77
+ "Spearman": 0.6340463433447155
78
+ },
79
+ "validation": {
80
+ "RMSE": 10.497789612509902,
81
+ "MAPE": 8703741618773.94,
82
+ "R2": 0.14040748291763605,
83
+ "Pearson": 0.3748446533652979,
84
+ "Spearman": 0.31685262130034486
85
+ },
86
+ "test": {
87
+ "RMSE": 10.710434161631522,
88
+ "MAPE": 4259012091415.336,
89
+ "R2": -0.053789230497197416,
90
+ "Pearson": 0.20468517335884617,
91
+ "Spearman": 0.33301161448152955
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.4949022003842473,
97
+ "MAPE": 41079019440.076126,
98
+ "R2": 0.02070068932362612,
99
+ "Pearson": 0.4615425033309519,
100
+ "Spearman": 0.3973272123431679
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.49790636387179427,
104
+ "MAPE": 47026745670.88556,
105
+ "R2": -0.016128352953108882,
106
+ "Pearson": -0.03443144689708498,
107
+ "Spearman": -0.02064132195736899
108
+ },
109
+ "test": {
110
+ "RMSE": 0.5091190942607607,
111
+ "MAPE": 37507554639.22026,
112
+ "R2": 0.00202958315167312,
113
+ "Pearson": 0.06225457755046681,
114
+ "Spearman": 0.09645870219669601
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.19186413551073703,
120
+ "MAPE": 534594472871.21014,
121
+ "R2": 0.5219870493368104,
122
+ "Pearson": 0.8112406602512107,
123
+ "Spearman": 0.7745759029896625
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.24932711708018035,
127
+ "MAPE": 723086465826.174,
128
+ "R2": 0.09556031412845212,
129
+ "Pearson": 0.31891396630219326,
130
+ "Spearman": 0.2817340119696532
131
+ },
132
+ "test": {
133
+ "RMSE": 0.27142201244189373,
134
+ "MAPE": 513744711129.9049,
135
+ "R2": 0.07392475750537753,
136
+ "Pearson": 0.2834554481504501,
137
+ "Spearman": 0.2681405882963937
138
+ }
139
+ }
140
+ }