DaniFrame commited on
Commit
059390b
·
verified ·
1 Parent(s): 7c269f2

Upload 3 files

Browse files
california_housing_xgboost_seed_13/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 2.998288767829939
3
+ }
california_housing_xgboost_seed_13/feature_importance.csv ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,L1s_importance,L1_importance,L2s_importance,L2_importance,Lpls_importance,Lpl_importance
2
+ MedInc,0.08120474,0.0902041,0.0788537,0.09715232,0.07342265,0.083528124
3
+ HouseAge,0.07795786,0.06608662,0.10641418,0.08738585,0.08189323,0.047603924
4
+ AveRooms,0.09095834,0.08695673,0.12511429,0.09415882,0.09509583,0.07175594
5
+ AveBedrms,0.11001023,0.08588685,0.12307224,0.120496474,0.096012466,0.055055283
6
+ Population,0.11157701,0.114432946,0.103880316,0.113520354,0.10031917,0.095435984
7
+ AveOccup,0.11623517,0.1471175,0.10360077,0.12173024,0.11418549,0.14194883
8
+ Latitude,0.15162781,0.10764296,0.15138371,0.10825688,0.1407792,0.084408656
9
+ Longitude,0.15244156,0.0875972,0.1286271,0.072131164,0.14341089,0.071832985
10
+ cpu_training_time,0.0016245276,0.004492304,0.0015516122,0.0048381593,0.0037234386,0.01034051
11
+ cpu_prediction_time,0.0031030467,0.007912905,0.0030481305,0.00589221,0.0072446545,0.01796303
12
+ memory_usage,0.00826622,0.028629074,0.007641702,0.020348024,0.011619232,0.04491924
13
+ max_depth,0.0053539528,0.018568367,0.0056335586,0.018807633,0.010183915,0.026458662
14
+ learning_rate,0.04026649,0.047908094,0.015131877,0.03134794,0.044547457,0.08485105
15
+ n_estimators,0.030161792,0.050600134,0.010827241,0.028487425,0.039535515,0.080922484
16
+ model_CatBoostRegressor,0.0028150014,0.0070384596,0.0052189915,0.011127253,0.003929089,0.008888585
17
+ model_DecisionTreeRegressor,0.0039124023,0.006012077,0.0069197556,0.019388536,0.013951663,0.015140557
18
+ model_LGBMRegressor,0.0015670831,0.0041569327,0.0017076721,0.0031460722,0.0031765045,0.006315654
19
+ model_RandomForestRegressor,0.0063249716,0.029871743,0.010242603,0.024731131,0.013701686,0.047969803
20
+ model_XGBRegressor,0.0045916843,0.008884992,0.011130589,0.017053451,0.0032679741,0.0046607056
california_housing_xgboost_seed_13/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 0.3739507360947813,
5
+ "MAPE": 64033434249.924446,
6
+ "R2": 0.5200780436643875,
7
+ "Pearson": 0.8016829016160018,
8
+ "Spearman": 0.6926153055745303
9
+ },
10
+ "validation": {
11
+ "RMSE": 0.48283066200080804,
12
+ "MAPE": 49370250868.695984,
13
+ "R2": 0.06103482086108247,
14
+ "Pearson": 0.25781037175286575,
15
+ "Spearman": 0.24503013884795613
16
+ },
17
+ "test": {
18
+ "RMSE": 0.47926051908861744,
19
+ "MAPE": 72481277124.64287,
20
+ "R2": 0.06980454424840699,
21
+ "Pearson": 0.27606741671166724,
22
+ "Spearman": 0.2689458562388867
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 0.255246354040861,
28
+ "MAPE": 84540678054.46205,
29
+ "R2": 0.5854210046159607,
30
+ "Pearson": 0.7928775289297655,
31
+ "Spearman": 0.6241307888739404
32
+ },
33
+ "validation": {
34
+ "RMSE": 0.3138674341603431,
35
+ "MAPE": 162928070483.78537,
36
+ "R2": 0.23823779022364822,
37
+ "Pearson": 0.49065197565482627,
38
+ "Spearman": 0.4585957331882951
39
+ },
40
+ "test": {
41
+ "RMSE": 0.3201711200310242,
42
+ "MAPE": 132736246423.75061,
43
+ "R2": 0.20718436218841463,
44
+ "Pearson": 0.4607949361276261,
45
+ "Spearman": 0.46888978906418993
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 0.6756131852401732,
51
+ "MAPE": 46080220234.46925,
52
+ "R2": 0.3041548556789839,
53
+ "Pearson": 0.6350251717899859,
54
+ "Spearman": 0.3064475990194571
55
+ },
56
+ "validation": {
57
+ "RMSE": 0.6230318814351788,
58
+ "MAPE": 32970148065.573063,
59
+ "R2": 0.007963262066856713,
60
+ "Pearson": 0.1211664132249617,
61
+ "Spearman": 0.1253184608319059
62
+ },
63
+ "test": {
64
+ "RMSE": 0.6655282568117316,
65
+ "MAPE": 56323652308.00271,
66
+ "R2": -0.025259676806789866,
67
+ "Pearson": 0.06346918975401063,
68
+ "Spearman": 0.1522756113712995
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 0.4876281755888981,
74
+ "MAPE": 132736427797.1414,
75
+ "R2": 0.5865208206755755,
76
+ "Pearson": 0.8011087609174738,
77
+ "Spearman": 0.5233094806374171
78
+ },
79
+ "validation": {
80
+ "RMSE": 0.5359890882670894,
81
+ "MAPE": 181142442292.80328,
82
+ "R2": 0.12836503399608667,
83
+ "Pearson": 0.3789171767216151,
84
+ "Spearman": 0.41007649656112344
85
+ },
86
+ "test": {
87
+ "RMSE": 0.5868167566173945,
88
+ "MAPE": 214366372332.2235,
89
+ "R2": 0.07270981014987932,
90
+ "Pearson": 0.321839806684899,
91
+ "Spearman": 0.44114909141337055
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.2456689960753039,
97
+ "MAPE": 58552195345.35679,
98
+ "R2": 0.7503948877100752,
99
+ "Pearson": 0.8978508620937227,
100
+ "Spearman": 0.8888706851203144
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.4368002110018497,
104
+ "MAPE": 78292096487.82861,
105
+ "R2": 0.16223140375365308,
106
+ "Pearson": 0.40404055833826813,
107
+ "Spearman": 0.37377992582924763
108
+ },
109
+ "test": {
110
+ "RMSE": 0.44738632690451285,
111
+ "MAPE": 45294868373.80751,
112
+ "R2": 0.11375500784130954,
113
+ "Pearson": 0.35040709416154536,
114
+ "Spearman": 0.33841876923496717
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.20525376145292826,
120
+ "MAPE": 61480531818.69464,
121
+ "R2": 0.48302996429618383,
122
+ "Pearson": 0.719364021440444,
123
+ "Spearman": 0.6683002794503554
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.24319977472064033,
127
+ "MAPE": 133947108945.66095,
128
+ "R2": 0.24978480247435886,
129
+ "Pearson": 0.4999542894788728,
130
+ "Spearman": 0.47070576050410257
131
+ },
132
+ "test": {
133
+ "RMSE": 0.24183474748399217,
134
+ "MAPE": 103665641226.7499,
135
+ "R2": 0.244698440784352,
136
+ "Pearson": 0.49507891520594166,
137
+ "Spearman": 0.4774707109812226
138
+ }
139
+ }
140
+ }