DaniFrame commited on
Commit
58c0927
1 Parent(s): 059390b

Upload extra parameters and metrics

Browse files
california_housing_xgboost_seed_290/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 2.998288767829939
3
+ }
california_housing_xgboost_seed_290/feature_importance.csv ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,L1s_importance,L1_importance,L2s_importance,L2_importance,Lpls_importance,Lpl_importance
2
+ MedInc,0.07691293,0.08668481,0.08464268,0.086526066,0.067882515,0.086696185
3
+ HouseAge,0.082174845,0.061634306,0.090676405,0.09636514,0.07896574,0.047761854
4
+ AveRooms,0.10159451,0.09004011,0.1308894,0.106356815,0.0978487,0.07420258
5
+ AveBedrms,0.10488752,0.084087886,0.12161128,0.11345683,0.097452894,0.056348976
6
+ Population,0.10009029,0.114174135,0.09938284,0.10129722,0.10049028,0.101112776
7
+ AveOccup,0.11583641,0.15034936,0.1070323,0.122605495,0.115127064,0.14407355
8
+ Latitude,0.13997644,0.1085741,0.16153209,0.106481574,0.14037162,0.084180996
9
+ Longitude,0.13583271,0.08737864,0.1103238,0.07923486,0.140037,0.07252966
10
+ cpu_training_time,0.0039216666,0.0041658343,0.0024478687,0.0044236206,0.003959348,0.010862808
11
+ cpu_prediction_time,0.005711983,0.00761494,0.002828453,0.005725382,0.008255624,0.01865037
12
+ memory_usage,0.011735918,0.026322369,0.007912139,0.017964596,0.011870023,0.047195747
13
+ max_depth,0.010564388,0.017795732,0.005190702,0.015727028,0.01091149,0.02784315
14
+ learning_rate,0.039451882,0.047781702,0.018888086,0.02933185,0.04393986,0.08064974
15
+ n_estimators,0.03480695,0.053849813,0.010026459,0.027639328,0.036589094,0.074354716
16
+ model_CatBoostRegressor,0.0044426084,0.006860605,0.00504284,0.01380327,0.004386426,0.008522935
17
+ model_DecisionTreeRegressor,0.0033621888,0.0038582028,0.016785085,0.022551727,0.018046165,0.0024290278
18
+ model_LGBMRegressor,0.003167347,0.0041647493,0.0022664946,0.003219551,0.0036725504,0.0043047187
19
+ model_RandomForestRegressor,0.0198646,0.035360154,0.010835253,0.030770293,0.016535124,0.053981073
20
+ model_XGBRegressor,0.0056648194,0.009302477,0.011685787,0.016519379,0.0036584837,0.0042991377
california_housing_xgboost_seed_290/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 0.18677900208629572,
5
+ "MAPE": 73934404616.1975,
6
+ "R2": 0.8802713912853487,
7
+ "Pearson": 0.9485494639605074,
8
+ "Spearman": 0.9095092208217307
9
+ },
10
+ "validation": {
11
+ "RMSE": 0.4619876053936515,
12
+ "MAPE": 53460408423.95785,
13
+ "R2": 0.14035240765326862,
14
+ "Pearson": 0.387778196343574,
15
+ "Spearman": 0.3678429434665212
16
+ },
17
+ "test": {
18
+ "RMSE": 0.4735162879954388,
19
+ "MAPE": 79380400887.06625,
20
+ "R2": 0.09196884253281534,
21
+ "Pearson": 0.3533888120300376,
22
+ "Spearman": 0.3263119079414581
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 0.2524023872199551,
28
+ "MAPE": 85255996257.41525,
29
+ "R2": 0.5946080537542109,
30
+ "Pearson": 0.7975723089011189,
31
+ "Spearman": 0.6290777280182863
32
+ },
33
+ "validation": {
34
+ "RMSE": 0.3158208279166542,
35
+ "MAPE": 167207755946.31903,
36
+ "R2": 0.2287264371665766,
37
+ "Pearson": 0.48222860826206015,
38
+ "Spearman": 0.45214954608560165
39
+ },
40
+ "test": {
41
+ "RMSE": 0.32155034181020287,
42
+ "MAPE": 137505799489.7326,
43
+ "R2": 0.200339123948163,
44
+ "Pearson": 0.45701285487081367,
45
+ "Spearman": 0.46850636510373284
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 0.6442777006498014,
51
+ "MAPE": 64174866174.09426,
52
+ "R2": 0.36720568640296114,
53
+ "Pearson": 0.6730532290655568,
54
+ "Spearman": 0.34108196144051717
55
+ },
56
+ "validation": {
57
+ "RMSE": 0.6178545601692622,
58
+ "MAPE": 43505897718.93111,
59
+ "R2": 0.024382173810964747,
60
+ "Pearson": 0.17354881025597169,
61
+ "Spearman": 0.14528646749849405
62
+ },
63
+ "test": {
64
+ "RMSE": 0.6719158483537341,
65
+ "MAPE": 85581845858.94386,
66
+ "R2": -0.045034547683785675,
67
+ "Pearson": 0.05680115741638574,
68
+ "Spearman": 0.16211442525559508
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 0.46691454498521295,
74
+ "MAPE": 156762411125.4982,
75
+ "R2": 0.6209025454476718,
76
+ "Pearson": 0.8195046136420505,
77
+ "Spearman": 0.5328888237468279
78
+ },
79
+ "validation": {
80
+ "RMSE": 0.5423948997468309,
81
+ "MAPE": 199749905259.63446,
82
+ "R2": 0.10740604492011607,
83
+ "Pearson": 0.37046357963707727,
84
+ "Spearman": 0.4115199566160791
85
+ },
86
+ "test": {
87
+ "RMSE": 0.591517334605612,
88
+ "MAPE": 218295027876.12518,
89
+ "R2": 0.05779456632986546,
90
+ "Pearson": 0.31807795233529956,
91
+ "Spearman": 0.43244691547213593
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.22679346812588141,
97
+ "MAPE": 59505358065.51851,
98
+ "R2": 0.7872772893071256,
99
+ "Pearson": 0.9117024181850426,
100
+ "Spearman": 0.9018523802373029
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.4342822281166085,
104
+ "MAPE": 94749203057.78123,
105
+ "R2": 0.17186238262784126,
106
+ "Pearson": 0.4166439734166616,
107
+ "Spearman": 0.3968874226861975
108
+ },
109
+ "test": {
110
+ "RMSE": 0.44494198420887504,
111
+ "MAPE": 46548556897.98756,
112
+ "R2": 0.12341273976176015,
113
+ "Pearson": 0.36421914671240335,
114
+ "Spearman": 0.3485959632000049
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.2066987219131753,
120
+ "MAPE": 61871370876.08451,
121
+ "R2": 0.47572553632851566,
122
+ "Pearson": 0.7145473641638052,
123
+ "Spearman": 0.662678221220385
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.24307163901873763,
127
+ "MAPE": 139639648042.26834,
128
+ "R2": 0.250575132374812,
129
+ "Pearson": 0.5006825535428787,
130
+ "Spearman": 0.4735389829504584
131
+ },
132
+ "test": {
133
+ "RMSE": 0.2424055017533865,
134
+ "MAPE": 102862406222.36847,
135
+ "R2": 0.24112905876794533,
136
+ "Pearson": 0.49148863044926233,
137
+ "Spearman": 0.4750040659258082
138
+ }
139
+ }
140
+ }