DaniFrame commited on
Commit
64cfe78
·
verified ·
1 Parent(s): 0bc24d1

Upload 3 files

Browse files
california_housing_xgboost_seed_504/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 2.998288767829939
3
+ }
california_housing_xgboost_seed_504/feature_importance.csv ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,L1s_importance,L1_importance,L2s_importance,L2_importance,Lpls_importance,Lpl_importance
2
+ MedInc,0.07455177,0.090400405,0.0970194,0.096322104,0.071050145,0.0861687
3
+ HouseAge,0.08064292,0.063048184,0.10116461,0.090617344,0.08247529,0.054125182
4
+ AveRooms,0.09761901,0.090243585,0.10457786,0.09720328,0.09660292,0.085281655
5
+ AveBedrms,0.107048124,0.08470945,0.115984604,0.11372824,0.09545007,0.06618559
6
+ Population,0.11345029,0.112715214,0.104851924,0.1267114,0.09873627,0.102953635
7
+ AveOccup,0.11591932,0.14920458,0.10678958,0.12618037,0.113494545,0.14829381
8
+ Latitude,0.14735912,0.10614327,0.14148663,0.10079299,0.13765149,0.09434869
9
+ Longitude,0.15169771,0.08640499,0.11621581,0.07817261,0.14182422,0.082803294
10
+ cpu_training_time,0.0026264382,0.0045981915,0.0032668002,0.0056126006,0.0043294886,0.009516536
11
+ cpu_prediction_time,0.0057612546,0.0093759345,0.003825839,0.0062071425,0.007928158,0.0151933
12
+ memory_usage,0.007824306,0.027426213,0.009930849,0.018460346,0.011702852,0.038345665
13
+ max_depth,0.006472868,0.019305356,0.007697166,0.015706696,0.011587633,0.023780845
14
+ learning_rate,0.037196282,0.04629581,0.023900717,0.027197467,0.042474706,0.0651962
15
+ n_estimators,0.030179027,0.052923094,0.011276087,0.025468312,0.03856986,0.064884275
16
+ model_CatBoostRegressor,0.0032518234,0.0070874915,0.0063533294,0.012798875,0.0048887935,0.008674901
17
+ model_DecisionTreeRegressor,0.0016355363,0.0038368814,0.013558673,0.014384199,0.011788965,0.010486265
18
+ model_LGBMRegressor,0.0033303718,0.00499421,0.003351034,0.0049017593,0.004643417,0.0058704456
19
+ model_RandomForestRegressor,0.009249436,0.03185199,0.014006221,0.02443504,0.020937884,0.031954
20
+ model_XGBRegressor,0.004184321,0.009435081,0.014742899,0.015099259,0.0038632532,0.005936955
california_housing_xgboost_seed_504/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 0.33791295674052735,
5
+ "MAPE": 68092368074.43229,
6
+ "R2": 0.6081214221815319,
7
+ "Pearson": 0.8426433086905674,
8
+ "Spearman": 0.7485820048241274
9
+ },
10
+ "validation": {
11
+ "RMSE": 0.47684307472682963,
12
+ "MAPE": 62969502369.73659,
13
+ "R2": 0.0841786529263906,
14
+ "Pearson": 0.3001748204417122,
15
+ "Spearman": 0.30725429959550354
16
+ },
17
+ "test": {
18
+ "RMSE": 0.4819387234896419,
19
+ "MAPE": 77607940934.6444,
20
+ "R2": 0.05937925663349619,
21
+ "Pearson": 0.2716445836380666,
22
+ "Spearman": 0.28149208899128975
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 0.25502524380635266,
28
+ "MAPE": 81702620838.19933,
29
+ "R2": 0.5861389616275546,
30
+ "Pearson": 0.7928349735775413,
31
+ "Spearman": 0.6241632759328484
32
+ },
33
+ "validation": {
34
+ "RMSE": 0.3157418518286736,
35
+ "MAPE": 158160652023.5744,
36
+ "R2": 0.22911212770587674,
37
+ "Pearson": 0.482123311574227,
38
+ "Spearman": 0.45405598003111075
39
+ },
40
+ "test": {
41
+ "RMSE": 0.319683885629302,
42
+ "MAPE": 134092979050.66895,
43
+ "R2": 0.2095955298685035,
44
+ "Pearson": 0.4645589542038818,
45
+ "Spearman": 0.4737258027502459
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 0.5674563184137557,
51
+ "MAPE": 81956477314.33464,
52
+ "R2": 0.5091133290184899,
53
+ "Pearson": 0.7736096587847092,
54
+ "Spearman": 0.4383199771390148
55
+ },
56
+ "validation": {
57
+ "RMSE": 0.6150547541123637,
58
+ "MAPE": 48204129492.27119,
59
+ "R2": 0.03320415843484836,
60
+ "Pearson": 0.2078318664086368,
61
+ "Spearman": 0.17853124066277687
62
+ },
63
+ "test": {
64
+ "RMSE": 0.6633000730918273,
65
+ "MAPE": 103992218990.03386,
66
+ "R2": -0.01840604525035383,
67
+ "Pearson": 0.14217259136417093,
68
+ "Spearman": 0.20941002981957804
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 0.44743404552061283,
74
+ "MAPE": 147201051347.81415,
75
+ "R2": 0.6518758790250847,
76
+ "Pearson": 0.8348626859160037,
77
+ "Spearman": 0.5450468777310793
78
+ },
79
+ "validation": {
80
+ "RMSE": 0.5412268161600083,
81
+ "MAPE": 204581939693.2558,
82
+ "R2": 0.11124642641551818,
83
+ "Pearson": 0.38020458904559234,
84
+ "Spearman": 0.41597770445391197
85
+ },
86
+ "test": {
87
+ "RMSE": 0.5926911328995266,
88
+ "MAPE": 229104277031.94647,
89
+ "R2": 0.054051458933667806,
90
+ "Pearson": 0.32574792526550705,
91
+ "Spearman": 0.44115919603597614
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.217860960573414,
97
+ "MAPE": 58018379120.797775,
98
+ "R2": 0.8037039311516546,
99
+ "Pearson": 0.9176137993877751,
100
+ "Spearman": 0.9079394040048855
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.4305186835672449,
104
+ "MAPE": 74659758488.58104,
105
+ "R2": 0.18615367808171834,
106
+ "Pearson": 0.43287075133707525,
107
+ "Spearman": 0.40263186267020434
108
+ },
109
+ "test": {
110
+ "RMSE": 0.44422591276804985,
111
+ "MAPE": 44016251427.1189,
112
+ "R2": 0.12623195677462495,
113
+ "Pearson": 0.36796841150473647,
114
+ "Spearman": 0.3532390586379144
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.18780266367088588,
120
+ "MAPE": 61581174827.37937,
121
+ "R2": 0.5672006323233014,
122
+ "Pearson": 0.7750344930600109,
123
+ "Spearman": 0.7232254283114717
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.24187692309261413,
127
+ "MAPE": 134738594318.52942,
128
+ "R2": 0.2579239902796978,
129
+ "Pearson": 0.5082029586044287,
130
+ "Spearman": 0.48162516729789207
131
+ },
132
+ "test": {
133
+ "RMSE": 0.24101179986521695,
134
+ "MAPE": 104335077140.74937,
135
+ "R2": 0.24983017672513141,
136
+ "Pearson": 0.5009407624563149,
137
+ "Spearman": 0.48332099469355333
138
+ }
139
+ }
140
+ }