DaniFrame commited on
Commit
0d20454
·
verified ·
1 Parent(s): d24f26e

Upload extra parameters and metrics

Browse files
music_popularity_xgboost_seed_290/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 0.11827857991965406
3
+ }
music_popularity_xgboost_seed_290/feature_importance.csv ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,L1s_importance,L1_importance,L2s_importance,L2_importance,Lpls_importance,Lpl_importance
2
+ acousticness,0.04707683,0.043334726,0.044638168,0.049523216,0.037693758,0.042118635
3
+ danceability,0.052176934,0.036678333,0.056749955,0.049548123,0.052072845,0.03221704
4
+ duration_ms,0.08832447,0.04310899,0.097866684,0.053777386,0.06503384,0.03861642
5
+ energy,0.061892398,0.035569664,0.07224085,0.052846696,0.061836433,0.03203553
6
+ explicit,0.07392426,0.0735435,0.08262484,0.10020636,0.12046497,0.04952644
7
+ instrumentalness,0.070062675,0.081255905,0.07053499,0.08052793,0.06884316,0.068787925
8
+ key,0.06358758,0.02664166,0.058563296,0.051046684,0.059175394,0.027945785
9
+ liveness,0.07655074,0.042995498,0.06752347,0.05588964,0.061842542,0.033967007
10
+ loudness,0.07280291,0.055974506,0.06584692,0.059361305,0.06995543,0.042394828
11
+ mode,0.05252147,0.043310475,0.061953932,0.053130493,0.045982964,0.025081499
12
+ speechiness,0.06893699,0.039211243,0.07036118,0.043839596,0.061717264,0.04196611
13
+ tempo,0.07373108,0.04020789,0.080410965,0.06345202,0.0657613,0.03437602
14
+ valence,0.0782917,0.037375335,0.0805693,0.048516795,0.06323847,0.03320344
15
+ year,0.09067813,0.31951362,0.07629324,0.19748527,0.0886103,0.31838754
16
+ cpu_training_time,0.0013962352,0.0043255133,0.00028515887,0.0014355917,0.0036967644,0.00927412
17
+ cpu_prediction_time,0.0020541623,0.010101901,0.0004344622,0.0018332053,0.012732605,0.026686896
18
+ memory_usage,0.0008317429,0.010749248,0.0014005753,0.0054003717,0.0070820316,0.015629234
19
+ max_depth,0.001537901,0.008657982,0.0026710904,0.005014693,0.0013245535,0.012338181
20
+ learning_rate,0.006914729,0.022016676,0.0027092663,0.008229642,0.024243152,0.04244511
21
+ n_estimators,0.011929284,0.015573149,0.0006433477,0.0037610445,0.025998384,0.03694841
22
+ model_CatBoostRegressor,0.001539929,0.0022443063,0.002330247,0.0035413357,0.00038778063,0.0020939545
23
+ model_DecisionTreeRegressor,0.0012735883,0.0009150362,0.00015494927,0.0019375065,0.00075901323,0.023534983
24
+ model_LGBMRegressor,0.000535349,0.0040716166,0.00046484906,0.002033559,0.00017867117,0.0062358812
25
+ model_RandomForestRegressor,0.0011481582,0.001668155,0.001614766,0.0058521717,0.0012216002,0.0008825343
26
+ model_XGBRegressor,0.000280677,0.0009551774,0.0011135733,0.0018093215,0.00014676218,0.003306505
music_popularity_xgboost_seed_290/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 11.870597383650319,
5
+ "MAPE": 231657129328.70648,
6
+ "R2": 0.2138452287713103,
7
+ "Pearson": 0.6406127286280682,
8
+ "Spearman": 0.5328836292154788
9
+ },
10
+ "validation": {
11
+ "RMSE": 13.372736643155449,
12
+ "MAPE": 232082613749.30896,
13
+ "R2": 0.02064134576557053,
14
+ "Pearson": 0.1663358330402056,
15
+ "Spearman": 0.12427143541172717
16
+ },
17
+ "test": {
18
+ "RMSE": 13.550433752497053,
19
+ "MAPE": 308717239152.2725,
20
+ "R2": 0.019719626990160832,
21
+ "Pearson": 0.14064376153092537,
22
+ "Spearman": 0.10812045185102134
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 6.211000998244432,
28
+ "MAPE": 994021548225.5217,
29
+ "R2": 0.585182974004075,
30
+ "Pearson": 0.7799120199188847,
31
+ "Spearman": 0.6919209287049941
32
+ },
33
+ "validation": {
34
+ "RMSE": 7.8914155807634305,
35
+ "MAPE": 717169940852.2864,
36
+ "R2": 0.3575621068380346,
37
+ "Pearson": 0.5988733167448387,
38
+ "Spearman": 0.5386273478509156
39
+ },
40
+ "test": {
41
+ "RMSE": 8.133588305836994,
42
+ "MAPE": 1224939577863.2014,
43
+ "R2": 0.33739061416360383,
44
+ "Pearson": 0.5820965458076163,
45
+ "Spearman": 0.5649847436365898
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 415.7098165595638,
51
+ "MAPE": 3031936170374.2007,
52
+ "R2": 0.05642722422996127,
53
+ "Pearson": 0.572504506849551,
54
+ "Spearman": 0.16274444097027113
55
+ },
56
+ "validation": {
57
+ "RMSE": 444.7601386505698,
58
+ "MAPE": 1751462514340.721,
59
+ "R2": -0.0006321040696610769,
60
+ "Pearson": 0.0578668008561598,
61
+ "Spearman": -0.004521699382830245
62
+ },
63
+ "test": {
64
+ "RMSE": 475.7254128811582,
65
+ "MAPE": 2283000773666.5083,
66
+ "R2": 0.003512302371380782,
67
+ "Pearson": 0.06291718863460652,
68
+ "Spearman": 0.0212187882365195
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 183.62137053887537,
74
+ "MAPE": 17585490038699.54,
75
+ "R2": 0.7772154588545512,
76
+ "Pearson": 0.8965011664752375,
77
+ "Spearman": 0.6928072315089846
78
+ },
79
+ "validation": {
80
+ "RMSE": 347.1059537801778,
81
+ "MAPE": 9626712695436.533,
82
+ "R2": 0.27511551853780114,
83
+ "Pearson": 0.5245536908623911,
84
+ "Spearman": 0.49124962487517143
85
+ },
86
+ "test": {
87
+ "RMSE": 385.9302912855754,
88
+ "MAPE": 37763889233829.33,
89
+ "R2": 0.22595935947183676,
90
+ "Pearson": 0.4757145688602049,
91
+ "Spearman": 0.5124395668994678
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.44787573918600515,
97
+ "MAPE": 14319390649.132412,
98
+ "R2": 0.18797707009908682,
99
+ "Pearson": 0.5928925456859602,
100
+ "Spearman": 0.5767530873136467
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.48879955606859954,
104
+ "MAPE": 9272909033.104391,
105
+ "R2": 0.0312505679543964,
106
+ "Pearson": 0.2004238235024396,
107
+ "Spearman": 0.1709972672386156
108
+ },
109
+ "test": {
110
+ "RMSE": 0.48628862869825445,
111
+ "MAPE": 10517167313.01417,
112
+ "R2": 0.047180230377736776,
113
+ "Pearson": 0.22807586917443104,
114
+ "Spearman": 0.19396165056872816
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.1945921458273377,
120
+ "MAPE": 41933603351.51829,
121
+ "R2": 0.5502855163661768,
122
+ "Pearson": 0.7531689604511269,
123
+ "Spearman": 0.7510699409158568
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.23262450661685152,
127
+ "MAPE": 32833544709.82273,
128
+ "R2": 0.36311092136209433,
129
+ "Pearson": 0.6030171677890043,
130
+ "Spearman": 0.5463915920401191
131
+ },
132
+ "test": {
133
+ "RMSE": 0.22993283049511856,
134
+ "MAPE": 44630726370.00063,
135
+ "R2": 0.38523060230755846,
136
+ "Pearson": 0.6218113131135108,
137
+ "Spearman": 0.5848642183884983
138
+ }
139
+ }
140
+ }