Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,24 @@
|
|
1 |
---
|
2 |
license: bsd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# Content
|
5 |
|
@@ -37,4 +56,4 @@ The dataset can be used for:
|
|
37 |
- **track_genre**: The genre in which the track belongs
|
38 |
|
39 |
# Sources and Methodology
|
40 |
-
The data was collected and cleaned using Spotify's Web API and Python.
|
|
|
1 |
---
|
2 |
license: bsd
|
3 |
+
task_categories:
|
4 |
+
- feature-extraction
|
5 |
+
- text-classification
|
6 |
+
- summarization
|
7 |
+
- table-question-answering
|
8 |
+
- text-classification
|
9 |
+
- feature-extraction
|
10 |
+
- audio-classification
|
11 |
+
- reinforcement-learning
|
12 |
+
- tabular-classification
|
13 |
+
- tabular-regression
|
14 |
+
language:
|
15 |
+
- en
|
16 |
+
tags:
|
17 |
+
- music
|
18 |
+
- art
|
19 |
+
pretty_name: Spotify Tracks Dataset
|
20 |
+
size_categories:
|
21 |
+
- 100K<n<1M
|
22 |
---
|
23 |
# Content
|
24 |
|
|
|
56 |
- **track_genre**: The genre in which the track belongs
|
57 |
|
58 |
# Sources and Methodology
|
59 |
+
The data was collected and cleaned using Spotify's Web API and Python.
|