DaniFrame commited on
Commit
7451bb8
1 Parent(s): 1373fcc

Upload extra parameters and metrics

Browse files
auction_verification_xgboost_seed_13/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 0.001082639605897622
3
+ }
auction_verification_xgboost_seed_13/feature_importance.csv ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,L1s_importance,L1_importance,L2s_importance,L2_importance,Lpls_importance,Lpl_importance
2
+ process_b1_capacity,0.11607228,0.18172236,0.1584447,0.24106726,0.08088533,0.122877344
3
+ process_b2_capacity,0.06381067,0.027813628,0.040072575,0.043003242,0.04994894,0.018082647
4
+ process_b3_capacity,0.016060876,0.010905763,0.005279588,0.0057317046,0.027157659,0.029345235
5
+ process_b4_capacity,0.088705,0.04511462,0.06259441,0.067791305,0.07887577,0.034680437
6
+ property_price,0.108431794,0.12281648,0.06630264,0.08031199,0.07817089,0.0523021
7
+ property_product,0.092487164,0.18892984,0.12556085,0.1558371,0.06874983,0.10040616
8
+ property_winner,0.06501188,0.030024571,0.054929532,0.03929861,0.048339415,0.01767949
9
+ cpu_training_time,0.01541215,0.022933584,0.017158834,0.0248447,0.019355163,0.03213235
10
+ cpu_prediction_time,0.014427898,0.011955314,0.01518112,0.019209266,0.022996424,0.019128636
11
+ memory_usage,0.05295375,0.08347633,0.041735653,0.050129037,0.049636964,0.104603305
12
+ max_depth,0.05976965,0.03853332,0.0668228,0.036841027,0.05090163,0.05051076
13
+ learning_rate,0.10909037,0.099339545,0.0858981,0.08460987,0.104526795,0.11995208
14
+ n_estimators,0.105738275,0.06268676,0.07175638,0.07510875,0.11635474,0.10851312
15
+ model_CatBoostRegressor,0.020201825,0.021630654,0.012908486,0.010558481,0.040444262,0.030738428
16
+ model_DecisionTreeRegressor,0.017333144,0.005997681,0.013666057,0.016692633,0.033460103,0.029104551
17
+ model_LGBMRegressor,0.022811333,0.017756345,0.00867247,0.015243641,0.04643539,0.038538456
18
+ model_RandomForestRegressor,0.012513145,0.012985677,0.14879389,0.02756477,0.04575136,0.04917207
19
+ model_XGBRegressor,0.019168768,0.015377575,0.0042218887,0.006156576,0.038009398,0.04223281
auction_verification_xgboost_seed_13/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 586.3014430187143,
5
+ "MAPE": 5.2834646675256725,
6
+ "R2": 0.9337327600600539,
7
+ "Pearson": 0.9694232964255606,
8
+ "Spearman": 0.8332414521090518
9
+ },
10
+ "validation": {
11
+ "RMSE": 1236.7118397520076,
12
+ "MAPE": 10.415467244709138,
13
+ "R2": 0.6396098566118853,
14
+ "Pearson": 0.8216760895810094,
15
+ "Spearman": 0.5549834266897372
16
+ },
17
+ "test": {
18
+ "RMSE": 1213.6410769107044,
19
+ "MAPE": 8.905757480407884,
20
+ "R2": 0.6550839788504399,
21
+ "Pearson": 0.8116772504149058,
22
+ "Spearman": 0.5817388223501851
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 1023.5870824567418,
28
+ "MAPE": 11.931679575813197,
29
+ "R2": 0.7521517259848447,
30
+ "Pearson": 0.8930373640650882,
31
+ "Spearman": 0.8155048327141213
32
+ },
33
+ "validation": {
34
+ "RMSE": 1104.1534969715433,
35
+ "MAPE": 14.83865998071231,
36
+ "R2": 0.6461903903154781,
37
+ "Pearson": 0.8055277485806118,
38
+ "Spearman": 0.8021646468628589
39
+ },
40
+ "test": {
41
+ "RMSE": 933.6593934957926,
42
+ "MAPE": 11.743192790100071,
43
+ "R2": 0.7437732698327615,
44
+ "Pearson": 0.8765887527728494,
45
+ "Spearman": 0.8139040476377118
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 15025981.008154413,
51
+ "MAPE": 387344.4991667702,
52
+ "R2": 0.6766802658253577,
53
+ "Pearson": 0.87286672888748,
54
+ "Spearman": 0.3935398680185594
55
+ },
56
+ "validation": {
57
+ "RMSE": 14959940.70139139,
58
+ "MAPE": 1405077.1242243748,
59
+ "R2": 0.5924873088594793,
60
+ "Pearson": 0.7715521899874611,
61
+ "Spearman": 0.2533109347016074
62
+ },
63
+ "test": {
64
+ "RMSE": 15839553.031874808,
65
+ "MAPE": 328840.4871356257,
66
+ "R2": 0.47766165383000436,
67
+ "Pearson": 0.6924298325332519,
68
+ "Spearman": 0.25305750902572904
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 14285434.47113083,
74
+ "MAPE": 616510.7311593563,
75
+ "R2": 0.6989430120826485,
76
+ "Pearson": 0.8751700632751142,
77
+ "Spearman": 0.6756041072998666
78
+ },
79
+ "validation": {
80
+ "RMSE": 14299625.163881097,
81
+ "MAPE": 1112914.8326005817,
82
+ "R2": 0.6211593544665308,
83
+ "Pearson": 0.7909757985580199,
84
+ "Spearman": 0.657058650793359
85
+ },
86
+ "test": {
87
+ "RMSE": 12660254.045190863,
88
+ "MAPE": 493905.82922758703,
89
+ "R2": 0.6566275417163496,
90
+ "Pearson": 0.8152170219786982,
91
+ "Spearman": 0.6942770936812035
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.12801135614081635,
97
+ "MAPE": 3.2319780451350657,
98
+ "R2": 0.9144226424910306,
99
+ "Pearson": 0.9580766499298213,
100
+ "Spearman": 0.9168010944732657
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.29254241098332123,
104
+ "MAPE": 7.321497562132713,
105
+ "R2": 0.5219821654805321,
106
+ "Pearson": 0.7240819860478365,
107
+ "Spearman": 0.5850296277011746
108
+ },
109
+ "test": {
110
+ "RMSE": 0.2778459565332561,
111
+ "MAPE": 4.923206930678496,
112
+ "R2": 0.5958426879332432,
113
+ "Pearson": 0.779191910856796,
114
+ "Spearman": 0.6734053947124017
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.11565234482150664,
120
+ "MAPE": 3.870808783688463,
121
+ "R2": 0.8698635146180425,
122
+ "Pearson": 0.933664225114564,
123
+ "Spearman": 0.892363171472557
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.15828163031313,
127
+ "MAPE": 5.810187154064853,
128
+ "R2": 0.7455148536779512,
129
+ "Pearson": 0.8634644010757672,
130
+ "Spearman": 0.8382076551269779
131
+ },
132
+ "test": {
133
+ "RMSE": 0.1506680463796389,
134
+ "MAPE": 4.43911967543507,
135
+ "R2": 0.7798828706016648,
136
+ "Pearson": 0.8833597262631596,
137
+ "Spearman": 0.8533401957271641
138
+ }
139
+ }
140
+ }