DaniFrame commited on
Commit
3b2d0dc
·
verified ·
1 Parent(s): 58c0927

Upload extra parameters and metrics

Browse files
california_housing_xgboost_seed_420/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 2.998288767829939
3
+ }
california_housing_xgboost_seed_420/feature_importance.csv ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,L1s_importance,L1_importance,L2s_importance,L2_importance,Lpls_importance,Lpl_importance
2
+ MedInc,0.0718518,0.0906007,0.09137658,0.104015455,0.07074999,0.08512552
3
+ HouseAge,0.072737865,0.06306927,0.09399829,0.092088565,0.076369904,0.052740034
4
+ AveRooms,0.0938777,0.09337258,0.10757272,0.100278944,0.09717461,0.077454485
5
+ AveBedrms,0.106259964,0.08403721,0.1257041,0.09914208,0.09956042,0.061360788
6
+ Population,0.101583175,0.114120334,0.10371736,0.11587684,0.10087746,0.10087357
7
+ AveOccup,0.1209609,0.14495689,0.10709847,0.11862088,0.109574355,0.14678612
8
+ Latitude,0.18199466,0.10724459,0.14521903,0.11421886,0.13995986,0.08976998
9
+ Longitude,0.17085226,0.08982354,0.117815144,0.07987205,0.14196545,0.07584965
10
+ cpu_training_time,0.002240787,0.004658258,0.0028579887,0.006156811,0.0039143725,0.010783159
11
+ cpu_prediction_time,0.0048424182,0.006881047,0.003075735,0.0068726586,0.0074439244,0.016491227
12
+ memory_usage,0.0051666806,0.028122379,0.008226467,0.017830538,0.012284028,0.046667885
13
+ max_depth,0.0029830148,0.02018128,0.007426192,0.017601637,0.010543264,0.025510464
14
+ learning_rate,0.026995877,0.046754964,0.021041686,0.03298895,0.0447131,0.07312289
15
+ n_estimators,0.021438261,0.051786225,0.012629124,0.027192513,0.03886294,0.072632685
16
+ model_CatBoostRegressor,0.0016387112,0.007817048,0.006491831,0.009658704,0.0045982683,0.008610428
17
+ model_DecisionTreeRegressor,0.0015256224,0.0024389287,0.019080149,0.01417222,0.020047484,0.006332988
18
+ model_LGBMRegressor,0.0009116076,0.0031457928,0.0022920244,0.0037758504,0.0035191942,0.0054086223
19
+ model_RandomForestRegressor,0.008305074,0.029051421,0.011144585,0.02188708,0.014632158,0.039555386
20
+ model_XGBRegressor,0.0038336935,0.011937507,0.01323246,0.0177494,0.0032092128,0.004924117
california_housing_xgboost_seed_420/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 0.461709828347936,
5
+ "MAPE": 40516965594.07874,
6
+ "R2": 0.2683892583912616,
7
+ "Pearson": 0.6412168270167303,
8
+ "Spearman": 0.5049383666033456
9
+ },
10
+ "validation": {
11
+ "RMSE": 0.48937514620558137,
12
+ "MAPE": 38254539649.21655,
13
+ "R2": 0.03540807640679344,
14
+ "Pearson": 0.19806806819249428,
15
+ "Spearman": 0.2284722290073201
16
+ },
17
+ "test": {
18
+ "RMSE": 0.4876375246099265,
19
+ "MAPE": 48111937612.862724,
20
+ "R2": 0.03700253934801123,
21
+ "Pearson": 0.20314006502287285,
22
+ "Spearman": 0.22813746061166384
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 0.24680760541992822,
28
+ "MAPE": 79691351382.68391,
29
+ "R2": 0.6123808034144864,
30
+ "Pearson": 0.8082545525614259,
31
+ "Spearman": 0.6368441066159495
32
+ },
33
+ "validation": {
34
+ "RMSE": 0.3140052186634001,
35
+ "MAPE": 163243615006.00037,
36
+ "R2": 0.23756883222386604,
37
+ "Pearson": 0.4897946732559276,
38
+ "Spearman": 0.4557632945179583
39
+ },
40
+ "test": {
41
+ "RMSE": 0.3184062615650596,
42
+ "MAPE": 130100711016.58704,
43
+ "R2": 0.21590064496997563,
44
+ "Pearson": 0.47026653256774104,
45
+ "Spearman": 0.4734746000542355
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 0.6011383626880665,
51
+ "MAPE": 75568287352.34096,
52
+ "R2": 0.4491095344681435,
53
+ "Pearson": 0.7335706118317028,
54
+ "Spearman": 0.3934257185071819
55
+ },
56
+ "validation": {
57
+ "RMSE": 0.618147892845503,
58
+ "MAPE": 42195785245.42701,
59
+ "R2": 0.023455585128268286,
60
+ "Pearson": 0.18963352891551338,
61
+ "Spearman": 0.1695351586094826
62
+ },
63
+ "test": {
64
+ "RMSE": 0.6727946599080716,
65
+ "MAPE": 101052419865.94629,
66
+ "R2": -0.047769976610827714,
67
+ "Pearson": 0.09056237526024473,
68
+ "Spearman": 0.19171555873000806
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 0.4889712085577864,
74
+ "MAPE": 139232483554.76895,
75
+ "R2": 0.5842400628040758,
76
+ "Pearson": 0.7997067341840407,
77
+ "Spearman": 0.5204589276839966
78
+ },
79
+ "validation": {
80
+ "RMSE": 0.5440441629108083,
81
+ "MAPE": 202432094294.4748,
82
+ "R2": 0.10196956136750046,
83
+ "Pearson": 0.3595318339235165,
84
+ "Spearman": 0.4080904825058168
85
+ },
86
+ "test": {
87
+ "RMSE": 0.5898845060759866,
88
+ "MAPE": 227280636071.27338,
89
+ "R2": 0.06298912762268871,
90
+ "Pearson": 0.3155612695912178,
91
+ "Spearman": 0.43592723355174706
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.2407369537535227,
97
+ "MAPE": 59382178486.083755,
98
+ "R2": 0.7603164130796009,
99
+ "Pearson": 0.9013801578502569,
100
+ "Spearman": 0.8911547321783446
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.4342964040551297,
104
+ "MAPE": 81191847351.4388,
105
+ "R2": 0.17180831723536294,
106
+ "Pearson": 0.4155471455612965,
107
+ "Spearman": 0.39314141182614726
108
+ },
109
+ "test": {
110
+ "RMSE": 0.448644384417956,
111
+ "MAPE": 47980375520.35026,
112
+ "R2": 0.10876372970588222,
113
+ "Pearson": 0.3454960062527696,
114
+ "Spearman": 0.3240377242330218
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.20014035739109137,
120
+ "MAPE": 62588719429.36066,
121
+ "R2": 0.5084672447483078,
122
+ "Pearson": 0.7372118960180705,
123
+ "Spearman": 0.6858820642140525
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.2434412255331063,
127
+ "MAPE": 134972792753.46283,
128
+ "R2": 0.24829442290572268,
129
+ "Pearson": 0.4983668640585043,
130
+ "Spearman": 0.4742329028617673
131
+ },
132
+ "test": {
133
+ "RMSE": 0.2417277500189324,
134
+ "MAPE": 105078780247.31046,
135
+ "R2": 0.24536664479592218,
136
+ "Pearson": 0.49574660761396444,
137
+ "Spearman": 0.4781630254253885
138
+ }
139
+ }
140
+ }