Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 706 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 706 Bytes

Download the required datasets:


All the correlations of audio featuers between rank, streams and popularity is saved under the correlations/ folder. Such files holds the following objects:

COUNTRY_1:
  - PEARSON_CORRS
  - SPEARMAN_CORRS
  - KENDALL_CORRS
COUNTRY_2:
  - PEARSON_CORRS
  - SPEARMAN_CORRS
  - KENDALL_CORRS
...

where each correlation object is a dictionary where keys are audio features and values are the calculated correlation values.