DaniFrame commited on
Commit
81b92d3
·
verified ·
1 Parent(s): 9753721

Upload extra parameters and metrics

Browse files
auction_verification_xgboost_seed_420/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 0.001082639605897622
3
+ }
auction_verification_xgboost_seed_420/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.10026575,0.18472327,0.15752397,0.23056413,0.08254869,0.1239321
3
+ process_b2_capacity,0.05757024,0.029451666,0.038265996,0.03618825,0.052636363,0.01759938
4
+ process_b3_capacity,0.015345267,0.011320677,0.005312605,0.007234505,0.031289876,0.03126003
5
+ process_b4_capacity,0.07760049,0.046069555,0.061900772,0.06910402,0.0807995,0.034403645
6
+ property_price,0.08461831,0.12534413,0.066713855,0.0838029,0.07911426,0.056495864
7
+ property_product,0.082632124,0.18807536,0.1357422,0.16015652,0.06960371,0.10046275
8
+ property_winner,0.062016126,0.030573577,0.050603107,0.048940994,0.052365806,0.018303137
9
+ cpu_training_time,0.012541268,0.019022265,0.014304239,0.025457542,0.020366196,0.03281467
10
+ cpu_prediction_time,0.013596582,0.015116688,0.020398775,0.016660504,0.02291667,0.021659598
11
+ memory_usage,0.057459652,0.08523576,0.042783868,0.05002552,0.046062164,0.10851742
12
+ max_depth,0.063262254,0.04093048,0.060015976,0.039276484,0.05218362,0.0540899
13
+ learning_rate,0.12831382,0.09752967,0.08547786,0.08862522,0.09784571,0.1208897
14
+ n_estimators,0.12353429,0.061353587,0.0789959,0.07425208,0.11183105,0.10031175
15
+ model_CatBoostRegressor,0.02216284,0.014135471,0.018140232,0.015153845,0.042933222,0.029895758
16
+ model_DecisionTreeRegressor,0.021008506,0.001042896,0.0019447077,0.008015698,0.03966073,0.01322259
17
+ model_LGBMRegressor,0.034588266,0.019506982,0.008854004,0.015442407,0.04448656,0.03523069
18
+ model_RandomForestRegressor,0.020293636,0.015818678,0.14894709,0.023657544,0.03287903,0.059623558
19
+ model_XGBRegressor,0.023190612,0.014749295,0.004074924,0.0074417554,0.040476926,0.041287463
auction_verification_xgboost_seed_420/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 369.82284576556026,
5
+ "MAPE": 4.298979195423057,
6
+ "R2": 0.9736339890239472,
7
+ "Pearson": 0.9872246828795994,
8
+ "Spearman": 0.9024974454325219
9
+ },
10
+ "validation": {
11
+ "RMSE": 1193.3520280444939,
12
+ "MAPE": 11.225988441869077,
13
+ "R2": 0.6644378112412425,
14
+ "Pearson": 0.8448360132951422,
15
+ "Spearman": 0.610065382081467
16
+ },
17
+ "test": {
18
+ "RMSE": 1160.188553057085,
19
+ "MAPE": 7.920629286635172,
20
+ "R2": 0.6847972588573379,
21
+ "Pearson": 0.8309738457427897,
22
+ "Spearman": 0.6225439187514502
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 1020.7029758875544,
28
+ "MAPE": 11.892280671515127,
29
+ "R2": 0.7535464559326284,
30
+ "Pearson": 0.8945872124515455,
31
+ "Spearman": 0.8154918341552234
32
+ },
33
+ "validation": {
34
+ "RMSE": 1099.7095566025923,
35
+ "MAPE": 14.374794305275532,
36
+ "R2": 0.6490326486387583,
37
+ "Pearson": 0.8073904020312384,
38
+ "Spearman": 0.8015503215695589
39
+ },
40
+ "test": {
41
+ "RMSE": 930.4166839562299,
42
+ "MAPE": 11.626261857263483,
43
+ "R2": 0.7455499905834999,
44
+ "Pearson": 0.8789126446492922,
45
+ "Spearman": 0.8137965142103398
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 15419335.212167153,
51
+ "MAPE": 392737.95361626963,
52
+ "R2": 0.6595307909139896,
53
+ "Pearson": 0.8676773512564363,
54
+ "Spearman": 0.38751815304987397
55
+ },
56
+ "validation": {
57
+ "RMSE": 15014284.283448543,
58
+ "MAPE": 1311312.0461173633,
59
+ "R2": 0.589521264658899,
60
+ "Pearson": 0.7693546931829385,
61
+ "Spearman": 0.20201553364362507
62
+ },
63
+ "test": {
64
+ "RMSE": 15836504.765823444,
65
+ "MAPE": 182089.4908888336,
66
+ "R2": 0.47786267882554456,
67
+ "Pearson": 0.6931232497308927,
68
+ "Spearman": 0.2585525094971147
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 14277280.990165843,
74
+ "MAPE": 664222.355203125,
75
+ "R2": 0.6992865734801101,
76
+ "Pearson": 0.8750858051711351,
77
+ "Spearman": 0.6805447436300979
78
+ },
79
+ "validation": {
80
+ "RMSE": 14260338.906556057,
81
+ "MAPE": 853213.3652591475,
82
+ "R2": 0.6232381203220037,
83
+ "Pearson": 0.7923386958447836,
84
+ "Spearman": 0.6508554930350974
85
+ },
86
+ "test": {
87
+ "RMSE": 12395791.827705832,
88
+ "MAPE": 441662.76142893464,
89
+ "R2": 0.6708232408861564,
90
+ "Pearson": 0.8256322823171377,
91
+ "Spearman": 0.6904276916701406
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.1295341599224779,
97
+ "MAPE": 3.3455772580588254,
98
+ "R2": 0.9123745016636462,
99
+ "Pearson": 0.9571475724990226,
100
+ "Spearman": 0.91536401809803
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.2900001717312961,
104
+ "MAPE": 7.4718823610323,
105
+ "R2": 0.5302541654546189,
106
+ "Pearson": 0.7304833039944825,
107
+ "Spearman": 0.5927223878585987
108
+ },
109
+ "test": {
110
+ "RMSE": 0.2719551811868008,
111
+ "MAPE": 4.836311522533198,
112
+ "R2": 0.6127985694615468,
113
+ "Pearson": 0.7898802508397427,
114
+ "Spearman": 0.6866481318093602
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.12046222953947813,
120
+ "MAPE": 4.04522988185884,
121
+ "R2": 0.8588138867700598,
122
+ "Pearson": 0.9278381178721894,
123
+ "Spearman": 0.8871600629015987
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.1582038285140554,
127
+ "MAPE": 5.305633186343857,
128
+ "R2": 0.7457649715985268,
129
+ "Pearson": 0.8636114944903374,
130
+ "Spearman": 0.840582252212094
131
+ },
132
+ "test": {
133
+ "RMSE": 0.15246266947725423,
134
+ "MAPE": 4.736831113704027,
135
+ "R2": 0.774607964606505,
136
+ "Pearson": 0.8803405931169521,
137
+ "Spearman": 0.8512770894437734
138
+ }
139
+ }
140
+ }