DaniFrame commited on
Commit
a779bc7
·
verified ·
1 Parent(s): 8bca148

Upload extra parameters and metrics

Browse files
music_popularity_xgboost_seed_478/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 0.11827857991965406
3
+ }
music_popularity_xgboost_seed_478/feature_importance.csv ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,L1s_importance,L1_importance,L2s_importance,L2_importance,Lpls_importance,Lpl_importance
2
+ acousticness,0.0401558,0.043409623,0.042416025,0.049171768,0.040120967,0.04212732
3
+ danceability,0.052202534,0.037686747,0.06264789,0.04719596,0.049471397,0.030930642
4
+ duration_ms,0.07753942,0.04728593,0.08692377,0.055135336,0.06331484,0.03811251
5
+ energy,0.06495772,0.033734575,0.06652462,0.053438533,0.061439775,0.031145314
6
+ explicit,0.07503042,0.0740018,0.09069913,0.093872085,0.10601865,0.048291355
7
+ instrumentalness,0.074012786,0.08068112,0.07016355,0.08045336,0.072168976,0.067478
8
+ key,0.0692574,0.032837827,0.057848275,0.05116183,0.06400133,0.029353457
9
+ liveness,0.073546275,0.042664327,0.061737616,0.054835975,0.06636983,0.034143444
10
+ loudness,0.07962477,0.054327294,0.068183005,0.05904723,0.07308154,0.040986665
11
+ mode,0.055328485,0.04206282,0.072105914,0.049432136,0.05027323,0.022247473
12
+ speechiness,0.0704942,0.039331477,0.07138727,0.04532135,0.06748973,0.04121504
13
+ tempo,0.07476296,0.038581315,0.07973447,0.06034115,0.07123831,0.033623997
14
+ valence,0.07423507,0.041210096,0.08357432,0.0519787,0.06868203,0.03233986
15
+ year,0.09139866,0.30572674,0.07080634,0.20666716,0.09200065,0.3324245
16
+ cpu_training_time,0.0010256707,0.003462173,0.00029344007,0.001562019,0.0026041544,0.008126913
17
+ cpu_prediction_time,0.0031136365,0.007937581,0.00038245594,0.0019386616,0.011521905,0.028312746
18
+ memory_usage,0.001635229,0.009293237,0.0014833824,0.0056334455,0.0042185136,0.015984932
19
+ max_depth,0.0013353758,0.006978907,0.0022107656,0.0053700274,0.0009770673,0.012261251
20
+ learning_rate,0.0062921387,0.018388376,0.0028234902,0.008153952,0.017981816,0.039663073
21
+ n_estimators,0.010368678,0.015131013,0.0020600993,0.0036037043,0.015418456,0.036217514
22
+ model_CatBoostRegressor,0.0011053287,0.0021316006,0.0025201377,0.0037407102,0.00031079416,0.0014198315
23
+ model_DecisionTreeRegressor,0.000726155,0.017778508,0.00013925796,0.0043622134,0.00015607981,0.021150287
24
+ model_LGBMRegressor,0.0006435597,0.0029415984,0.00041193134,0.0017412313,0.00027837523,0.006350872
25
+ model_RandomForestRegressor,0.000911532,0.0017774757,0.0023183497,0.0039315894,0.00055921,0.0023940569
26
+ model_XGBRegressor,0.0002961591,0.00063787994,0.00060450484,0.0019099145,0.00030238184,0.0036988854
music_popularity_xgboost_seed_478/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 10.586791999148511,
5
+ "MAPE": 333789637272.87634,
6
+ "R2": 0.37469534020952666,
7
+ "Pearson": 0.7497542481860564,
8
+ "Spearman": 0.6645833958170867
9
+ },
10
+ "validation": {
11
+ "RMSE": 13.262801935802035,
12
+ "MAPE": 254986479757.55106,
13
+ "R2": 0.03667739899081146,
14
+ "Pearson": 0.21024444073703072,
15
+ "Spearman": 0.1571876955000892
16
+ },
17
+ "test": {
18
+ "RMSE": 13.467806522818265,
19
+ "MAPE": 305320595296.9147,
20
+ "R2": 0.031638197342175656,
21
+ "Pearson": 0.17830914801960795,
22
+ "Spearman": 0.13702748396577982
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 5.87852554356906,
28
+ "MAPE": 963775019452.7384,
29
+ "R2": 0.6284047150572948,
30
+ "Pearson": 0.8066312849574994,
31
+ "Spearman": 0.7187687796012211
32
+ },
33
+ "validation": {
34
+ "RMSE": 7.9223037792720055,
35
+ "MAPE": 697689252897.4905,
36
+ "R2": 0.3525230654409073,
37
+ "Pearson": 0.5940305756543542,
38
+ "Spearman": 0.535070160225964
39
+ },
40
+ "test": {
41
+ "RMSE": 8.124887256729458,
42
+ "MAPE": 1195305246754.9038,
43
+ "R2": 0.3388075319546944,
44
+ "Pearson": 0.5825231363831227,
45
+ "Spearman": 0.5674470746304441
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 418.8413356797394,
51
+ "MAPE": 2843295821524.4956,
52
+ "R2": 0.042157917592763994,
53
+ "Pearson": 0.5438929830858519,
54
+ "Spearman": 0.16976895034985784
55
+ },
56
+ "validation": {
57
+ "RMSE": 444.5506310272731,
58
+ "MAPE": 1756728969859.1235,
59
+ "R2": 0.00031038451885490037,
60
+ "Pearson": 0.0728817215970553,
61
+ "Spearman": 0.018785733773693167
62
+ },
63
+ "test": {
64
+ "RMSE": 475.9261412675498,
65
+ "MAPE": 2393708765625.9727,
66
+ "R2": 0.0026712055483556485,
67
+ "Pearson": 0.054882494702716805,
68
+ "Spearman": 0.027522546978670955
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 196.3702490913952,
74
+ "MAPE": 18007423691838.957,
75
+ "R2": 0.7452055376056101,
76
+ "Pearson": 0.8797867063523847,
77
+ "Spearman": 0.6756746861723527
78
+ },
79
+ "validation": {
80
+ "RMSE": 350.04683396263795,
81
+ "MAPE": 10513641804457.56,
82
+ "R2": 0.2627802111740122,
83
+ "Pearson": 0.5131707103564818,
84
+ "Spearman": 0.5058545233753574
85
+ },
86
+ "test": {
87
+ "RMSE": 386.6892390950635,
88
+ "MAPE": 31575870477231.86,
89
+ "R2": 0.2229120004512588,
90
+ "Pearson": 0.4725900650883244,
91
+ "Spearman": 0.5185997599096045
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.4086693199647774,
97
+ "MAPE": 19347683182.201,
98
+ "R2": 0.3239212473836156,
99
+ "Pearson": 0.7098473993776331,
100
+ "Spearman": 0.7044060905361875
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.4858163446685707,
104
+ "MAPE": 12868265818.938543,
105
+ "R2": 0.0430393076382779,
106
+ "Pearson": 0.22236097140359595,
107
+ "Spearman": 0.20343819012433378
108
+ },
109
+ "test": {
110
+ "RMSE": 0.4863655521426786,
111
+ "MAPE": 12617500798.311918,
112
+ "R2": 0.046878763424657466,
113
+ "Pearson": 0.216769371710556,
114
+ "Spearman": 0.18052854222970055
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.19502083617609492,
120
+ "MAPE": 41907199820.000885,
121
+ "R2": 0.548301873951581,
122
+ "Pearson": 0.7514888241262097,
123
+ "Spearman": 0.7484036789262192
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.2324900639493663,
127
+ "MAPE": 33022649898.992847,
128
+ "R2": 0.36384687412009276,
129
+ "Pearson": 0.6035888727421775,
130
+ "Spearman": 0.5446221768400846
131
+ },
132
+ "test": {
133
+ "RMSE": 0.22990646167621145,
134
+ "MAPE": 45128491992.8883,
135
+ "R2": 0.38537159838327484,
136
+ "Pearson": 0.6219447775431988,
137
+ "Spearman": 0.5871998458842809
138
+ }
139
+ }
140
+ }