DaniFrame commited on
Commit
4a1cdf7
·
verified ·
1 Parent(s): 16f42b0

Upload extra parameters and metrics

Browse files
auction_verification_xgboost_seed_504/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 0.001082639605897622
3
+ }
auction_verification_xgboost_seed_504/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.14234659,0.15176663,0.15484625,0.21867181,0.078135125,0.12532088
3
+ process_b2_capacity,0.06564263,0.027159112,0.043576036,0.04621312,0.05111151,0.017760033
4
+ process_b3_capacity,0.016064737,0.009326799,0.0054579177,0.007117482,0.029854763,0.029204523
5
+ process_b4_capacity,0.085074194,0.04187784,0.062118072,0.06620068,0.08050711,0.034321822
6
+ property_price,0.1051984,0.112189986,0.07273845,0.08851161,0.075569175,0.056048032
7
+ property_product,0.09260641,0.18414663,0.14108434,0.15527065,0.06704891,0.10507303
8
+ property_winner,0.066645265,0.02515591,0.04595566,0.049558982,0.050943486,0.018895613
9
+ cpu_training_time,0.01460781,0.019033166,0.015285119,0.026337568,0.01990248,0.032545786
10
+ cpu_prediction_time,0.014378917,0.011620982,0.016543163,0.017655721,0.020990226,0.021454506
11
+ memory_usage,0.052504364,0.077680595,0.042212225,0.056505986,0.046033524,0.106049754
12
+ max_depth,0.054863065,0.038580526,0.056624047,0.042649966,0.047011755,0.05423896
13
+ learning_rate,0.09960145,0.08729427,0.08532374,0.08299545,0.09398296,0.123757996
14
+ n_estimators,0.092186935,0.05860799,0.07987932,0.086382724,0.1040213,0.10807205
15
+ model_CatBoostRegressor,0.015566719,0.01299145,0.008761712,0.015844207,0.035384327,0.030465264
16
+ model_DecisionTreeRegressor,0.028967308,0.095729165,0.026379133,0.0075553586,0.081651196,0.0
17
+ model_LGBMRegressor,0.022315944,0.016539725,0.0092465365,0.016414441,0.04059274,0.035466425
18
+ model_RandomForestRegressor,0.013978321,0.017084202,0.13115321,0.0119269015,0.042639706,0.058380082
19
+ model_XGBRegressor,0.017450996,0.013214921,0.002815154,0.0041873124,0.03461973,0.04294528
auction_verification_xgboost_seed_504/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 648.6379581390165,
5
+ "MAPE": 5.740425044367592,
6
+ "R2": 0.9188923765901771,
7
+ "Pearson": 0.9626620163550389,
8
+ "Spearman": 0.8138790769470962
9
+ },
10
+ "validation": {
11
+ "RMSE": 1342.6798936223477,
12
+ "MAPE": 10.318514594815674,
13
+ "R2": 0.5752035893888282,
14
+ "Pearson": 0.788707252910758,
15
+ "Spearman": 0.518849155085347
16
+ },
17
+ "test": {
18
+ "RMSE": 1263.1493201355793,
19
+ "MAPE": 8.92174127608019,
20
+ "R2": 0.6263695882159053,
21
+ "Pearson": 0.795047525631001,
22
+ "Spearman": 0.584548769793463
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 1051.9363063786473,
28
+ "MAPE": 12.858637551989302,
29
+ "R2": 0.7382328196629484,
30
+ "Pearson": 0.8903768081022918,
31
+ "Spearman": 0.8139383605952637
32
+ },
33
+ "validation": {
34
+ "RMSE": 1097.2818434830167,
35
+ "MAPE": 16.144991612258856,
36
+ "R2": 0.650580525621202,
37
+ "Pearson": 0.8084575543687371,
38
+ "Spearman": 0.799515230570561
39
+ },
40
+ "test": {
41
+ "RMSE": 952.4402321267181,
42
+ "MAPE": 12.79204950456715,
43
+ "R2": 0.733361439019586,
44
+ "Pearson": 0.8754890675320155,
45
+ "Spearman": 0.8132820803819889
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 15973167.412803523,
51
+ "MAPE": 404240.4104850887,
52
+ "R2": 0.6346335808365687,
53
+ "Pearson": 0.8609124922175297,
54
+ "Spearman": 0.38629937090134236
55
+ },
56
+ "validation": {
57
+ "RMSE": 15127439.810985463,
58
+ "MAPE": 1023549.04587263,
59
+ "R2": 0.5833107833625075,
60
+ "Pearson": 0.7655777488724014,
61
+ "Spearman": 0.18643119589516943
62
+ },
63
+ "test": {
64
+ "RMSE": 16417308.278594252,
65
+ "MAPE": 218473.15571553996,
66
+ "R2": 0.43886162305123766,
67
+ "Pearson": 0.6642245709625902,
68
+ "Spearman": 0.24505230347398083
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 14304702.371073429,
74
+ "MAPE": 687735.2078900049,
75
+ "R2": 0.698130345462177,
76
+ "Pearson": 0.8754033187888888,
77
+ "Spearman": 0.6749949890725563
78
+ },
79
+ "validation": {
80
+ "RMSE": 14475575.19314163,
81
+ "MAPE": 857694.5276531887,
82
+ "R2": 0.6117790926421797,
83
+ "Pearson": 0.7853934011415258,
84
+ "Spearman": 0.6500307404514272
85
+ },
86
+ "test": {
87
+ "RMSE": 12562831.004559165,
88
+ "MAPE": 450977.7488828253,
89
+ "R2": 0.6618918401447639,
90
+ "Pearson": 0.8191677632435597,
91
+ "Spearman": 0.6876305892856285
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.1338721254765919,
97
+ "MAPE": 3.3642792085373254,
98
+ "R2": 0.9064072533815888,
99
+ "Pearson": 0.9542205817035693,
100
+ "Spearman": 0.9101680724387156
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.2883773273530381,
104
+ "MAPE": 7.283295065323348,
105
+ "R2": 0.5354968616512316,
106
+ "Pearson": 0.7330468293575098,
107
+ "Spearman": 0.5862256509031447
108
+ },
109
+ "test": {
110
+ "RMSE": 0.2732311547849733,
111
+ "MAPE": 5.05219639184148,
112
+ "R2": 0.6091566618067941,
113
+ "Pearson": 0.7873997582615726,
114
+ "Spearman": 0.6849699238397082
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.11890949586748689,
120
+ "MAPE": 3.9714572133838515,
121
+ "R2": 0.8624301497872893,
122
+ "Pearson": 0.929739276437212,
123
+ "Spearman": 0.8886402235210253
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.15969755376106415,
127
+ "MAPE": 5.875679146765963,
128
+ "R2": 0.7409414464546296,
129
+ "Pearson": 0.860834421682225,
130
+ "Spearman": 0.8387116658619115
131
+ },
132
+ "test": {
133
+ "RMSE": 0.15193751196167646,
134
+ "MAPE": 4.551008676939928,
135
+ "R2": 0.7761580157161241,
136
+ "Pearson": 0.8812683797116061,
137
+ "Spearman": 0.8518075257325992
138
+ }
139
+ }
140
+ }