DaniFrame commited on
Commit
0bc24d1
·
verified ·
1 Parent(s): 3b2d0dc

Upload extra parameters and metrics

Browse files
california_housing_xgboost_seed_478/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 2.998288767829939
3
+ }
california_housing_xgboost_seed_478/feature_importance.csv ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,L1s_importance,L1_importance,L2s_importance,L2_importance,Lpls_importance,Lpl_importance
2
+ MedInc,0.07703356,0.08800724,0.09537238,0.0943306,0.07313372,0.08384714
3
+ HouseAge,0.08399243,0.067436926,0.09871781,0.08586737,0.079802155,0.047769178
4
+ AveRooms,0.09900308,0.09411032,0.1126781,0.10144156,0.0980122,0.07625361
5
+ AveBedrms,0.101150036,0.08807488,0.108964846,0.11152345,0.09937717,0.06001968
6
+ Population,0.10251333,0.116039924,0.10426781,0.11415402,0.10070904,0.10118229
7
+ AveOccup,0.12221161,0.15051971,0.106010124,0.122144386,0.11196583,0.14494729
8
+ Latitude,0.1389381,0.1016582,0.15258262,0.10837984,0.13859592,0.08710362
9
+ Longitude,0.14030753,0.088830896,0.12513845,0.07621525,0.13786812,0.08002042
10
+ cpu_training_time,0.0032229675,0.003947783,0.003186482,0.0057286634,0.004159837,0.008605823
11
+ cpu_prediction_time,0.0063462057,0.007813934,0.002827559,0.00543112,0.007749601,0.017143667
12
+ memory_usage,0.00966504,0.029051032,0.007906949,0.02047081,0.0111387,0.044078432
13
+ max_depth,0.011661668,0.015890332,0.00785344,0.015214249,0.010583178,0.025439536
14
+ learning_rate,0.038587276,0.047799814,0.020905659,0.033257436,0.044864047,0.07104801
15
+ n_estimators,0.033067647,0.04832002,0.009302492,0.0280048,0.040199183,0.0743604
16
+ model_CatBoostRegressor,0.0043757386,0.007293961,0.006710173,0.011681539,0.0043435814,0.008041429
17
+ model_DecisionTreeRegressor,0.005201854,0.004872824,0.006868319,0.016391566,0.015749598,0.01713724
18
+ model_LGBMRegressor,0.003404908,0.0040030237,0.0023601274,0.0037342818,0.0039620553,0.0050835074
19
+ model_RandomForestRegressor,0.014257099,0.027273947,0.013967522,0.029279605,0.014306288,0.043219633
20
+ model_XGBRegressor,0.0050598932,0.009055311,0.014379167,0.016749427,0.0034798249,0.0046990965
california_housing_xgboost_seed_478/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 0.20464862264065606,
5
+ "MAPE": 72105337677.06577,
6
+ "R2": 0.8562660083876593,
7
+ "Pearson": 0.9397805587527567,
8
+ "Spearman": 0.8954979402092376
9
+ },
10
+ "validation": {
11
+ "RMSE": 0.4594587471960978,
12
+ "MAPE": 69849692617.62439,
13
+ "R2": 0.1497378411304886,
14
+ "Pearson": 0.39693343801971936,
15
+ "Spearman": 0.37535986236945107
16
+ },
17
+ "test": {
18
+ "RMSE": 0.478466921727404,
19
+ "MAPE": 77612873723.31845,
20
+ "R2": 0.0728825756917959,
21
+ "Pearson": 0.3312078414790178,
22
+ "Spearman": 0.3125444643697529
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 0.2531136974038826,
28
+ "MAPE": 79427169235.92017,
29
+ "R2": 0.5923199157976266,
30
+ "Pearson": 0.7965176064140301,
31
+ "Spearman": 0.6273376506532031
32
+ },
33
+ "validation": {
34
+ "RMSE": 0.31673013817356666,
35
+ "MAPE": 150832778177.4556,
36
+ "R2": 0.22427874702968598,
37
+ "Pearson": 0.4768225843755479,
38
+ "Spearman": 0.44774678394800765
39
+ },
40
+ "test": {
41
+ "RMSE": 0.32058528398603947,
42
+ "MAPE": 130491178199.00198,
43
+ "R2": 0.20513190951410742,
44
+ "Pearson": 0.46079090195603395,
45
+ "Spearman": 0.4747279451930953
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 0.5943369586096084,
51
+ "MAPE": 80311303572.0222,
52
+ "R2": 0.46150479217295926,
53
+ "Pearson": 0.7435844328181969,
54
+ "Spearman": 0.4143102878343917
55
+ },
56
+ "validation": {
57
+ "RMSE": 0.6159848472114539,
58
+ "MAPE": 52569915825.62012,
59
+ "R2": 0.03027794728835953,
60
+ "Pearson": 0.19559516842306227,
61
+ "Spearman": 0.17126101952240572
62
+ },
63
+ "test": {
64
+ "RMSE": 0.6669718247308162,
65
+ "MAPE": 111116428773.06305,
66
+ "R2": -0.029712191328812976,
67
+ "Pearson": 0.11078428632178536,
68
+ "Spearman": 0.17500082275656254
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 0.5053502464311337,
74
+ "MAPE": 133210282570.32166,
75
+ "R2": 0.5559201925012047,
76
+ "Pearson": 0.7850994608375338,
77
+ "Spearman": 0.5100832225472113
78
+ },
79
+ "validation": {
80
+ "RMSE": 0.5431516800788567,
81
+ "MAPE": 176782468961.85837,
82
+ "R2": 0.10491351117254766,
83
+ "Pearson": 0.3558091818116226,
84
+ "Spearman": 0.4129908323405671
85
+ },
86
+ "test": {
87
+ "RMSE": 0.5914081189340227,
88
+ "MAPE": 200309621731.4486,
89
+ "R2": 0.05814246517683108,
90
+ "Pearson": 0.3004867137178167,
91
+ "Spearman": 0.42777453195172405
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.24458295546792574,
97
+ "MAPE": 58105567402.634384,
98
+ "R2": 0.7525968920420065,
99
+ "Pearson": 0.8984613117487992,
100
+ "Spearman": 0.8886445097195915
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.4326980596265053,
104
+ "MAPE": 83342811332.19156,
105
+ "R2": 0.17789310022001636,
106
+ "Pearson": 0.42261621238310043,
107
+ "Spearman": 0.3975404544013959
108
+ },
109
+ "test": {
110
+ "RMSE": 0.44507313383708824,
111
+ "MAPE": 52114639090.77996,
112
+ "R2": 0.1228959036771673,
113
+ "Pearson": 0.3612217389921823,
114
+ "Spearman": 0.3431507864311118
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.19633915649427225,
120
+ "MAPE": 63008971424.8148,
121
+ "R2": 0.5269609826082615,
122
+ "Pearson": 0.7491594361091719,
123
+ "Spearman": 0.6978439836717476
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.24332777828388247,
127
+ "MAPE": 139204102182.67926,
128
+ "R2": 0.24899487172356727,
129
+ "Pearson": 0.49920020277285443,
130
+ "Spearman": 0.4752600960764362
131
+ },
132
+ "test": {
133
+ "RMSE": 0.2416836752597828,
134
+ "MAPE": 102347128914.30916,
135
+ "R2": 0.2456418076695558,
136
+ "Pearson": 0.49608680000289374,
137
+ "Spearman": 0.4802790747443198
138
+ }
139
+ }
140
+ }