DaniFrame commited on
Commit
3b8331f
·
verified ·
1 Parent(s): 30e7926

Upload extra parameters and metrics

Browse files
swCSC_xgboost_seed_420/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 0.0014443841329252701
3
+ }
swCSC_xgboost_seed_420/feature_importance.csv ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,L1s_importance,L1_importance,L2s_importance,L2_importance,Lpls_importance,Lpl_importance
2
+ AFP,0.30161175,0.39857885,0.078117564,0.103344396,0.18745828,0.24037026
3
+ FEh,0.08443557,0.08172388,0.67497844,0.6349167,0.13396801,0.1523864
4
+ PT_D,0.0017055558,0.018755786,0.00310938,0.004970125,0.03169065,0.04465194
5
+ PT_P,0.13153043,0.05479326,0.04181315,0.031558305,0.042080052,0.07153574
6
+ PT_Unk,0.16675149,0.17140336,0.081301264,0.075552404,0.10840107,0.101571925
7
+ FEM_A,0.09665664,0.065895736,0.013511033,0.017723514,0.12649944,0.0544729
8
+ FEM_C,0.033174556,0.015073588,9.624033e-05,0.00014705533,0.12471933,0.052983567
9
+ FEM_CAE,0.0,0.0,0.0,0.0,0.0,0.0
10
+ FEM_D,0.020072965,0.0016892555,0.00011500104,7.5552205e-05,0.047963247,0.0057551977
11
+ FEM_EO,0.041262798,0.008886201,0.00069443183,0.00044386237,0.065295,0.033771124
12
+ FEM_W,0.0,0.0,0.0,0.0,0.0,0.0
13
+ cpu_training_time,0.002787154,0.0050853807,0.00507556,0.0057361824,0.0035749387,0.0064507616
14
+ cpu_prediction_time,0.0033146183,0.006468076,0.0041884426,0.0046759183,0.0040978333,0.008745197
15
+ memory_usage,0.008618524,0.010677964,0.01602088,0.017753603,0.004662375,0.010014013
16
+ max_depth,0.0015496789,0.0030578268,0.0031356663,0.0032668929,0.0036640733,0.0039870087
17
+ learning_rate,0.008023599,0.014189323,0.016107012,0.02075092,0.013761234,0.021486174
18
+ n_estimators,0.004306892,0.008985407,0.008839636,0.011619977,0.008766845,0.014219697
19
+ model_CatBoostRegressor,0.015358601,0.022649547,0.0069328924,0.0073880684,0.030996371,0.05300157
20
+ model_DecisionTreeRegressor,0.0,0.006562311,0.0,0.0,0.0018631738,0.0
21
+ model_LGBMRegressor,0.05231339,0.07716316,0.03458695,0.043817714,0.027751412,0.08509659
22
+ model_RandomForestRegressor,0.003772662,0.004818351,0.0006926784,0.0012918627,0.0055019283,0.016562212
23
+ model_XGBRegressor,0.022753112,0.023542713,0.010683758,0.01496687,0.027284734,0.022937631
swCSC_xgboost_seed_420/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 1178.8646901873678,
5
+ "MAPE": 3.5450833269758775,
6
+ "R2": 0.25024852611330684,
7
+ "Pearson": 0.969586784514715,
8
+ "Spearman": 0.8693442882135949
9
+ },
10
+ "validation": {
11
+ "RMSE": 494.0748065112907,
12
+ "MAPE": 35.259398918410284,
13
+ "R2": 0.0420746686403628,
14
+ "Pearson": 0.22275068409505305,
15
+ "Spearman": 0.22828639760016997
16
+ },
17
+ "test": {
18
+ "RMSE": 558.0577670646815,
19
+ "MAPE": 2.837930968424281,
20
+ "R2": -0.6237849748085775,
21
+ "Pearson": 0.23511926707597014,
22
+ "Spearman": 0.3810464290910876
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 359.4266489653153,
28
+ "MAPE": 4.501701994673229,
29
+ "R2": 0.9032207786810411,
30
+ "Pearson": 0.9874166011513705,
31
+ "Spearman": 0.8905458832058036
32
+ },
33
+ "validation": {
34
+ "RMSE": 394.71544542353877,
35
+ "MAPE": 44.22746442551834,
36
+ "R2": -0.10496146314042387,
37
+ "Pearson": 0.14896729774318235,
38
+ "Spearman": -0.015044088207740064
39
+ },
40
+ "test": {
41
+ "RMSE": 268.37694743126036,
42
+ "MAPE": 3.6550085167553132,
43
+ "R2": 0.037283318581670444,
44
+ "Pearson": 0.28304032292654296,
45
+ "Spearman": 0.1591296559766022
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 1376988.5154006942,
51
+ "MAPE": 16299.475982029999,
52
+ "R2": 0.9576507453806606,
53
+ "Pearson": 0.9951233815328101,
54
+ "Spearman": 0.8313758450626706
55
+ },
56
+ "validation": {
57
+ "RMSE": 569755.2579591796,
58
+ "MAPE": 491070.23237097386,
59
+ "R2": -0.11636073336677821,
60
+ "Pearson": 0.22304851679653157,
61
+ "Spearman": 0.143290338010641
62
+ },
63
+ "test": {
64
+ "RMSE": 559317.4731989929,
65
+ "MAPE": 1769.5561123667283,
66
+ "R2": -1.112507717226955,
67
+ "Pearson": 0.1797115376446256,
68
+ "Spearman": 0.33719174923477685
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 856634.3458015447,
74
+ "MAPE": 18195.316304899607,
75
+ "R2": 0.9829759170368039,
76
+ "Pearson": 0.9968888225300228,
77
+ "Spearman": 0.8081341531219333
78
+ },
79
+ "validation": {
80
+ "RMSE": 640114.4392428481,
81
+ "MAPE": 391139.2046087007,
82
+ "R2": -0.5884852111373202,
83
+ "Pearson": 0.024752710010919936,
84
+ "Spearman": -0.16030527804496197
85
+ },
86
+ "test": {
87
+ "RMSE": 381133.23572350916,
88
+ "MAPE": 1669.686379899742,
89
+ "R2": -0.2445140098467622,
90
+ "Pearson": 0.022046389369373205,
91
+ "Spearman": -0.06949427962525109
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.4464087031963135,
97
+ "MAPE": 1.5227448230955545,
98
+ "R2": 0.008204669535301301,
99
+ "Pearson": 0.2828823740545079,
100
+ "Spearman": 0.23602554689655128
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.33447009815036755,
104
+ "MAPE": 6.316645331553085,
105
+ "R2": -0.1339140345187546,
106
+ "Pearson": 0.09711516552403128,
107
+ "Spearman": 0.1084892962898045
108
+ },
109
+ "test": {
110
+ "RMSE": 0.3115174885932465,
111
+ "MAPE": 1.3574469511776708,
112
+ "R2": -0.19177474258755733,
113
+ "Pearson": 0.46596074616334704,
114
+ "Spearman": 0.5057475531125641
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.21394041061977215,
120
+ "MAPE": 5.594405193568826,
121
+ "R2": 0.42733560844992646,
122
+ "Pearson": 0.9325947255664377,
123
+ "Spearman": 0.8697273728044289
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.22008793807943575,
127
+ "MAPE": 50.95469695194577,
128
+ "R2": -0.015135234047505719,
129
+ "Pearson": 0.19130100546007736,
130
+ "Spearman": 0.144859317123102
131
+ },
132
+ "test": {
133
+ "RMSE": 0.17020304109232903,
134
+ "MAPE": 3.7774681555802974,
135
+ "R2": -0.0742247001517331,
136
+ "Pearson": 0.25795545771077794,
137
+ "Spearman": 0.13261280632482753
138
+ }
139
+ }
140
+ }