DaniFrame commited on
Commit
27cca40
·
verified ·
1 Parent(s): 6fe6cf7

Upload extra parameters and metrics

Browse files
bng_echoMonths_xgboost_seed_290/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 0.12171555715711446
3
+ }
bng_echoMonths_xgboost_seed_290/feature_importance.csv ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,L1s_importance,L1_importance,L2s_importance,L2_importance,Lpls_importance,Lpl_importance
2
+ still_alive,0.0619812,0.07635552,0.12926137,0.07345632,0.068011045,0.065095566
3
+ age,0.0852279,0.052595604,0.102624096,0.08028872,0.09764121,0.044555906
4
+ pericardial,0.086858325,0.057923768,0.090069264,0.10739572,0.07095768,0.037711326
5
+ fractional,0.10410717,0.060103964,0.107844286,0.08782281,0.11887535,0.05004828
6
+ epss,0.12652941,0.06252704,0.13603188,0.07598432,0.12798895,0.055141464
7
+ lvdd,0.116083205,0.04822496,0.12585947,0.07831918,0.1310434,0.04716826
8
+ wall_score,0.13979602,0.055597268,0.11368031,0.0860004,0.12907003,0.0497069
9
+ wall_index,0.12892403,0.05611374,0.10429019,0.100606374,0.13580973,0.050586376
10
+ alive_at_1,0.14564325,0.5197888,0.078296624,0.29039752,0.11555017,0.5766329
11
+ cpu_training_time,0.00019317112,0.0002047462,0.0007752942,0.00034863898,0.00014316695,0.0008181773
12
+ cpu_prediction_time,0.00025733846,0.00055061077,0.00096824445,0.0010409855,0.0002954296,0.0015570543
13
+ memory_usage,0.000611304,0.00067748973,0.0017645035,0.0016860735,0.0005557213,0.0011616362
14
+ max_depth,0.00050591386,0.00057749124,0.0010924019,0.0015415595,0.0004561517,0.0005159784
15
+ learning_rate,0.0007604806,0.002851034,0.0023993629,0.0023721978,0.0010687477,0.007881799
16
+ n_estimators,0.00057731295,0.0029956943,0.0013976523,0.00064800726,0.00031868866,0.007613284
17
+ model_CatBoostRegressor,0.0003918165,0.00054675055,0.0009171426,0.00075921166,0.00037023128,0.00056410406
18
+ model_DecisionTreeRegressor,0.0,0.0,0.0,0.008694493,0.0,0.00057862024
19
+ model_LGBMRegressor,0.00041020193,0.00038378738,0.0005877318,0.00039818356,0.00024512954,0.00077108055
20
+ model_RandomForestRegressor,0.00036755405,0.0005099388,0.0006464628,0.0005647189,0.00030266133,0.00090880605
21
+ model_XGBRegressor,0.0007744482,0.0014718655,0.0014936564,0.0016745096,0.0012964011,0.000982544
bng_echoMonths_xgboost_seed_290/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 11.59991272584837,
5
+ "MAPE": 1.1946707359456306,
6
+ "R2": 0.009693752297815217,
7
+ "Pearson": 0.3156188001576039,
8
+ "Spearman": 0.21852419638681586
9
+ },
10
+ "validation": {
11
+ "RMSE": 11.488191662104107,
12
+ "MAPE": 1.2113857358092213,
13
+ "R2": -0.0011294225503934996,
14
+ "Pearson": -0.03568841957442828,
15
+ "Spearman": -0.032682282287886735
16
+ },
17
+ "test": {
18
+ "RMSE": 11.534818397296853,
19
+ "MAPE": 1.0879918985176738,
20
+ "R2": -0.0006402102121239039,
21
+ "Pearson": 0.04256952589851491,
22
+ "Spearman": 0.02943647868936683
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 5.931747870865354,
28
+ "MAPE": 11.139290245687837,
29
+ "R2": 0.35353830120715557,
30
+ "Pearson": 0.6842372204529218,
31
+ "Spearman": 0.6368448690706159
32
+ },
33
+ "validation": {
34
+ "RMSE": 7.082442424118008,
35
+ "MAPE": 8.068800478184372,
36
+ "R2": 0.0731405511956903,
37
+ "Pearson": 0.27197644429592016,
38
+ "Spearman": 0.31289322840722555
39
+ },
40
+ "test": {
41
+ "RMSE": 7.004698322711716,
42
+ "MAPE": 6.833368244512131,
43
+ "R2": 0.0712039635690831,
44
+ "Pearson": 0.26894277469394096,
45
+ "Spearman": 0.3136593826283098
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 248.29666790868075,
51
+ "MAPE": 1820408.729153161,
52
+ "R2": 0.03755917748869142,
53
+ "Pearson": 0.5064484896486007,
54
+ "Spearman": 0.2258518941753469
55
+ },
56
+ "validation": {
57
+ "RMSE": 249.70204886375862,
58
+ "MAPE": 35593.08749507679,
59
+ "R2": 0.00043393951409775866,
60
+ "Pearson": 0.028539794596663347,
61
+ "Spearman": 0.0039904084303209394
62
+ },
63
+ "test": {
64
+ "RMSE": 248.32231576386945,
65
+ "MAPE": 25136.231648249537,
66
+ "R2": -0.0035587060624453493,
67
+ "Pearson": -0.014456548974443142,
68
+ "Spearman": 0.004070770816436762
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 208.35555166180632,
74
+ "MAPE": 13363410.53690026,
75
+ "R2": 0.054258298769955804,
76
+ "Pearson": 0.6123980426092859,
77
+ "Spearman": 0.4349340683482646
78
+ },
79
+ "validation": {
80
+ "RMSE": 212.27155492115855,
81
+ "MAPE": 294519.34672183,
82
+ "R2": 0.0021376713304470663,
83
+ "Pearson": 0.05144217709916472,
84
+ "Spearman": 0.2979411296587231
85
+ },
86
+ "test": {
87
+ "RMSE": 208.88416058500644,
88
+ "MAPE": 170629.67053694086,
89
+ "R2": 0.004080208192305257,
90
+ "Pearson": 0.06746190891411016,
91
+ "Spearman": 0.24782066301909542
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.5091173542998488,
97
+ "MAPE": 1.1545428874476595,
98
+ "R2": 0.010190033021124312,
99
+ "Pearson": 0.32327129019798034,
100
+ "Spearman": 0.26720804053114355
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.5044764797562733,
104
+ "MAPE": 1.0883666410597672,
105
+ "R2": 0.0008588114425122084,
106
+ "Pearson": 0.03615910481696441,
107
+ "Spearman": 0.04708609843138158
108
+ },
109
+ "test": {
110
+ "RMSE": 0.5097303442414645,
111
+ "MAPE": 1.0754607261657232,
112
+ "R2": -0.0011754492172868503,
113
+ "Pearson": 0.022765949617155903,
114
+ "Spearman": 0.026268477432400954
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.20036504216681386,
120
+ "MAPE": 7.959761416202174,
121
+ "R2": 0.4562741053370938,
122
+ "Pearson": 0.7350866617310226,
123
+ "Spearman": 0.7413213508068436
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.2574916632407702,
127
+ "MAPE": 6.383081882340914,
128
+ "R2": 0.10878471382519861,
129
+ "Pearson": 0.3320361882937842,
130
+ "Spearman": 0.31254091929332795
131
+ },
132
+ "test": {
133
+ "RMSE": 0.25530415483791247,
134
+ "MAPE": 5.235562304472892,
135
+ "R2": 0.11186390680807579,
136
+ "Pearson": 0.3354738158701248,
137
+ "Spearman": 0.33058312864145845
138
+ }
139
+ }
140
+ }