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

Upload extra parameters and metrics

Browse files
music_popularity_xgboost_seed_504/extra_params.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Lpls_beta": 0.11827857991965406
3
+ }
music_popularity_xgboost_seed_504/feature_importance.csv ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,L1s_importance,L1_importance,L2s_importance,L2_importance,Lpls_importance,Lpl_importance
2
+ acousticness,0.038807668,0.04643598,0.043996878,0.051566944,0.037697036,0.04209274
3
+ danceability,0.057039373,0.037269764,0.05523849,0.050226573,0.051357556,0.032551568
4
+ duration_ms,0.074557945,0.043237608,0.09313415,0.0580106,0.06290497,0.040365197
5
+ energy,0.060924243,0.036058325,0.06902495,0.04934497,0.06270249,0.032983072
6
+ explicit,0.092131086,0.07522552,0.090686895,0.09246009,0.10701463,0.05300372
7
+ instrumentalness,0.076880805,0.08388745,0.06434455,0.0807245,0.07586174,0.071267076
8
+ key,0.0632283,0.031037774,0.05624548,0.054534797,0.061562926,0.029983906
9
+ liveness,0.0698144,0.04263363,0.06210522,0.053717203,0.06676775,0.036711495
10
+ loudness,0.0772593,0.055039596,0.065396555,0.062424276,0.077834174,0.043093756
11
+ mode,0.05735668,0.03804643,0.08013417,0.02951442,0.052193753,0.030127889
12
+ speechiness,0.07345035,0.039129693,0.076268725,0.044677828,0.06743558,0.043546412
13
+ tempo,0.0718456,0.04103831,0.07504494,0.062255383,0.07101513,0.03599616
14
+ valence,0.070258625,0.03902177,0.081651546,0.044100344,0.06644591,0.036313
15
+ year,0.0902715,0.31772465,0.072181985,0.22635058,0.08896174,0.3253328
16
+ cpu_training_time,0.00027341506,0.0042597787,0.00029524893,0.0017257519,0.0020895556,0.006876049
17
+ cpu_prediction_time,0.0010588977,0.008178283,0.00049435167,0.0018854841,0.010380201,0.024926338
18
+ memory_usage,0.001112284,0.010004868,0.00095859653,0.0059862775,0.0049255164,0.013405014
19
+ max_depth,0.0012904167,0.0071187965,0.002819104,0.0055760005,0.001199452,0.009481639
20
+ learning_rate,0.0067026657,0.019310838,0.002397156,0.00890708,0.014619218,0.03420606
21
+ n_estimators,0.011812786,0.015417128,0.0017628781,0.0038423373,0.014521155,0.03335267
22
+ model_CatBoostRegressor,0.00097009935,0.0021181027,0.0026297122,0.0039220103,0.0004269431,0.001814925
23
+ model_DecisionTreeRegressor,0.001013605,0.0007439643,0.0010715621,0.00074983406,4.4612338e-05,0.008301331
24
+ model_LGBMRegressor,0.00070100714,0.0035547193,0.00037224413,0.0013311229,0.00020193498,0.0090002
25
+ model_RandomForestRegressor,0.000795131,0.0026188279,0.0012566304,0.0049258643,0.0015210863,0.0029638212
26
+ model_XGBRegressor,0.0004438653,0.00088814064,0.00048797939,0.0012396927,0.00031488444,0.0023032306
music_popularity_xgboost_seed_504/metrics.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "L1s": {
3
+ "train": {
4
+ "RMSE": 10.150100219685994,
5
+ "MAPE": 390681671814.9122,
6
+ "R2": 0.4252174631213087,
7
+ "Pearson": 0.7755205342561236,
8
+ "Spearman": 0.702083469313098
9
+ },
10
+ "validation": {
11
+ "RMSE": 13.202667416320002,
12
+ "MAPE": 214162429613.9598,
13
+ "R2": 0.04539314622979884,
14
+ "Pearson": 0.22674902377511524,
15
+ "Spearman": 0.1563327480850508
16
+ },
17
+ "test": {
18
+ "RMSE": 13.400107042657126,
19
+ "MAPE": 359868556063.59503,
20
+ "R2": 0.04134918023764489,
21
+ "Pearson": 0.2033816140452661,
22
+ "Spearman": 0.15497666947683275
23
+ }
24
+ },
25
+ "L1": {
26
+ "train": {
27
+ "RMSE": 6.001617362529866,
28
+ "MAPE": 964918869198.0643,
29
+ "R2": 0.6126799476736424,
30
+ "Pearson": 0.7969679976101912,
31
+ "Spearman": 0.7081480760065926
32
+ },
33
+ "validation": {
34
+ "RMSE": 7.95050281236526,
35
+ "MAPE": 693681724169.6466,
36
+ "R2": 0.34790554038294386,
37
+ "Pearson": 0.5901101235643451,
38
+ "Spearman": 0.5311621894344718
39
+ },
40
+ "test": {
41
+ "RMSE": 8.105263190644727,
42
+ "MAPE": 1178328594655.916,
43
+ "R2": 0.3419976353136509,
44
+ "Pearson": 0.585815711616316,
45
+ "Spearman": 0.5647436756994095
46
+ }
47
+ },
48
+ "L2s": {
49
+ "train": {
50
+ "RMSE": 415.5743653629069,
51
+ "MAPE": 3056361621289.5996,
52
+ "R2": 0.05704201481030602,
53
+ "Pearson": 0.5721793855188142,
54
+ "Spearman": 0.16423698500001307
55
+ },
56
+ "validation": {
57
+ "RMSE": 444.57054914005977,
58
+ "MAPE": 1693280991879.8704,
59
+ "R2": 0.000220800227660356,
60
+ "Pearson": 0.06761626396309518,
61
+ "Spearman": 0.015410906652294071
62
+ },
63
+ "test": {
64
+ "RMSE": 475.1331954504874,
65
+ "MAPE": 2270170906190.0986,
66
+ "R2": 0.0059917581462811675,
67
+ "Pearson": 0.09149614444806582,
68
+ "Spearman": 0.025922159092711027
69
+ }
70
+ },
71
+ "L2": {
72
+ "train": {
73
+ "RMSE": 219.9850346021333,
74
+ "MAPE": 18355643317693.164,
75
+ "R2": 0.6802394537100523,
76
+ "Pearson": 0.8456948032009557,
77
+ "Spearman": 0.6494800520556372
78
+ },
79
+ "validation": {
80
+ "RMSE": 353.2592433642755,
81
+ "MAPE": 11478082658712.902,
82
+ "R2": 0.2491870666383934,
83
+ "Pearson": 0.4992466396632498,
84
+ "Spearman": 0.5061004756999812
85
+ },
86
+ "test": {
87
+ "RMSE": 383.6552075320932,
88
+ "MAPE": 32751345677537.9,
89
+ "R2": 0.23505849835857562,
90
+ "Pearson": 0.4857841433996088,
91
+ "Spearman": 0.530104588374273
92
+ }
93
+ },
94
+ "Lpls": {
95
+ "train": {
96
+ "RMSE": 0.37319727148730375,
97
+ "MAPE": 24906232445.182865,
98
+ "R2": 0.4361934241313512,
99
+ "Pearson": 0.7811191279264879,
100
+ "Spearman": 0.7855461706795984
101
+ },
102
+ "validation": {
103
+ "RMSE": 0.4859283173856535,
104
+ "MAPE": 15076017770.04229,
105
+ "R2": 0.04259812924399786,
106
+ "Pearson": 0.22127157118704108,
107
+ "Spearman": 0.20655650005907397
108
+ },
109
+ "test": {
110
+ "RMSE": 0.4869838519291035,
111
+ "MAPE": 14997688532.214655,
112
+ "R2": 0.04445388262405914,
113
+ "Pearson": 0.2135803569043922,
114
+ "Spearman": 0.18389788002890597
115
+ }
116
+ },
117
+ "Lpl": {
118
+ "train": {
119
+ "RMSE": 0.18638457265361047,
120
+ "MAPE": 41292140332.2858,
121
+ "R2": 0.587421887249338,
122
+ "Pearson": 0.7788429259099904,
123
+ "Spearman": 0.7799855760600465
124
+ },
125
+ "validation": {
126
+ "RMSE": 0.23291968962736373,
127
+ "MAPE": 32769805674.457733,
128
+ "R2": 0.36149356714155256,
129
+ "Pearson": 0.6016407071270393,
130
+ "Spearman": 0.5425778459545798
131
+ },
132
+ "test": {
133
+ "RMSE": 0.2303413636553442,
134
+ "MAPE": 46157497893.966736,
135
+ "R2": 0.3830440785043697,
136
+ "Pearson": 0.6197614443482804,
137
+ "Spearman": 0.5782623025784718
138
+ }
139
+ }
140
+ }