DaniFrame commited on
Commit
9753721
·
verified ·
1 Parent(s): 7451bb8

Upload extra parameters and metrics

Browse files
auction_verification_xgboost_seed_290/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 0.001082639605897622
3
+ }
auction_verification_xgboost_seed_290/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.104917236,0.15800348,0.17240569,0.2407403,0.07913316,0.119222544
3
+ process_b2_capacity,0.05723565,0.026940605,0.04236879,0.040446643,0.048858978,0.017938137
4
+ process_b3_capacity,0.014507314,0.00970277,0.00641765,0.0065077147,0.029320545,0.02751843
5
+ process_b4_capacity,0.073512204,0.037854027,0.061272506,0.06546352,0.07710696,0.03318767
6
+ property_price,0.08161321,0.10991041,0.06832457,0.07991457,0.07721721,0.054553732
7
+ property_product,0.085648455,0.16088173,0.14577438,0.15493308,0.070878685,0.10153004
8
+ property_winner,0.065730326,0.023740264,0.05054092,0.044049244,0.052117735,0.017273419
9
+ cpu_training_time,0.013031909,0.017756388,0.013742518,0.022275198,0.019625105,0.03102478
10
+ cpu_prediction_time,0.013960346,0.013332486,0.026209695,0.019866198,0.022737198,0.02296428
11
+ memory_usage,0.058013655,0.074932635,0.043434467,0.051686827,0.04750623,0.10639975
12
+ max_depth,0.068111576,0.036553293,0.053181197,0.034953475,0.05231112,0.05433602
13
+ learning_rate,0.12586449,0.08012918,0.08259641,0.08584428,0.101193525,0.123146884
14
+ n_estimators,0.123498544,0.05474766,0.07753295,0.07833792,0.113759555,0.11853542
15
+ model_CatBoostRegressor,0.02321184,0.013521142,0.013138575,0.014223271,0.04170256,0.029911691
16
+ model_DecisionTreeRegressor,0.017657572,0.14321643,0.00621262,0.010645106,0.04331011,0.003432915
17
+ model_LGBMRegressor,0.030506479,0.01524598,0.008490918,0.013582624,0.04825594,0.03951495
18
+ model_RandomForestRegressor,0.019374078,0.0093241995,0.124650836,0.032418806,0.033988185,0.05548835
19
+ model_XGBRegressor,0.023605056,0.014207332,0.0037053623,0.004111151,0.04097714,0.044020984
auction_verification_xgboost_seed_290/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 393.6526678975903,
5
+ "MAPE": 4.5136683274854335,
6
+ "R2": 0.9701266893906212,
7
+ "Pearson": 0.9855741025004076,
8
+ "Spearman": 0.8949640341696372
9
+ },
10
+ "validation": {
11
+ "RMSE": 1239.0968688341027,
12
+ "MAPE": 13.294645604288078,
13
+ "R2": 0.6382184738044465,
14
+ "Pearson": 0.8329545042361106,
15
+ "Spearman": 0.5985001782938311
16
+ },
17
+ "test": {
18
+ "RMSE": 1141.4967872238835,
19
+ "MAPE": 7.555360958936975,
20
+ "R2": 0.6948718891187669,
21
+ "Pearson": 0.8363011105452091,
22
+ "Spearman": 0.6242659240238746
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 1019.0828951706371,
28
+ "MAPE": 11.738230248168373,
29
+ "R2": 0.7543281872988262,
30
+ "Pearson": 0.8943309544778236,
31
+ "Spearman": 0.8149469855681383
32
+ },
33
+ "validation": {
34
+ "RMSE": 1103.5411232768924,
35
+ "MAPE": 14.715296487322822,
36
+ "R2": 0.6465827336203516,
37
+ "Pearson": 0.805683180264454,
38
+ "Spearman": 0.7993676119306146
39
+ },
40
+ "test": {
41
+ "RMSE": 929.5392847698577,
42
+ "MAPE": 11.688034150499748,
43
+ "R2": 0.7460296659134081,
44
+ "Pearson": 0.8785887122908789,
45
+ "Spearman": 0.8130666931140148
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 15116288.227237914,
51
+ "MAPE": 338146.85683173296,
52
+ "R2": 0.6727822378159116,
53
+ "Pearson": 0.8687185106731362,
54
+ "Spearman": 0.3973527636825671
55
+ },
56
+ "validation": {
57
+ "RMSE": 15317705.846025744,
58
+ "MAPE": 1092873.2455416862,
59
+ "R2": 0.5727630117271312,
60
+ "Pearson": 0.7593016101047951,
61
+ "Spearman": 0.19361026396101613
62
+ },
63
+ "test": {
64
+ "RMSE": 15836003.428428987,
65
+ "MAPE": 274785.4389489975,
66
+ "R2": 0.47789573698132193,
67
+ "Pearson": 0.6927442636960814,
68
+ "Spearman": 0.2609691517180873
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 14197038.379690247,
74
+ "MAPE": 629483.0602428403,
75
+ "R2": 0.7026572742954739,
76
+ "Pearson": 0.8770431963020691,
77
+ "Spearman": 0.6767623107536306
78
+ },
79
+ "validation": {
80
+ "RMSE": 14647862.633929068,
81
+ "MAPE": 1013250.5329258171,
82
+ "R2": 0.6024829341350064,
83
+ "Pearson": 0.7798678478908888,
84
+ "Spearman": 0.6470508658330136
85
+ },
86
+ "test": {
87
+ "RMSE": 12530539.3361974,
88
+ "MAPE": 434070.0613508542,
89
+ "R2": 0.6636277617025215,
90
+ "Pearson": 0.822281331304779,
91
+ "Spearman": 0.6847054549384527
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.12501289321171621,
97
+ "MAPE": 3.248509510314909,
98
+ "R2": 0.9183847175990185,
99
+ "Pearson": 0.9599902185994995,
100
+ "Spearman": 0.9201405954158536
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.2871373379722586,
104
+ "MAPE": 8.27351092379788,
105
+ "R2": 0.5394828937189211,
106
+ "Pearson": 0.7370335613036754,
107
+ "Spearman": 0.5973351450532302
108
+ },
109
+ "test": {
110
+ "RMSE": 0.27116171425737384,
111
+ "MAPE": 4.95237278317983,
112
+ "R2": 0.6150547010309999,
113
+ "Pearson": 0.789863093763343,
114
+ "Spearman": 0.6859130648312578
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.11814412989651392,
120
+ "MAPE": 3.946163130027052,
121
+ "R2": 0.8641953986488154,
122
+ "Pearson": 0.9306713126809253,
123
+ "Spearman": 0.8897977046320227
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.15983471035975674,
127
+ "MAPE": 5.965756431029955,
128
+ "R2": 0.7404962693379882,
129
+ "Pearson": 0.8605387055385656,
130
+ "Spearman": 0.8370896851765133
131
+ },
132
+ "test": {
133
+ "RMSE": 0.15238908315305358,
134
+ "MAPE": 4.427010987783651,
135
+ "R2": 0.7748254836735985,
136
+ "Pearson": 0.8805058259808144,
137
+ "Spearman": 0.8532667743162302
138
+ }
139
+ }
140
+ }