Upload dataset
Browse files
README.md
CHANGED
@@ -319,6 +319,50 @@ dataset_info:
|
|
319 |
num_examples: 25976
|
320 |
download_size: 4282164
|
321 |
dataset_size: 30828556
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
322 |
configs:
|
323 |
- config_name: arashnic__taxi-pricing-with-mobility-analytics
|
324 |
data_files:
|
@@ -356,4 +400,8 @@ configs:
|
|
356 |
path: teejmahal20__airline-passenger-satisfaction/train-*
|
357 |
- split: test
|
358 |
path: teejmahal20__airline-passenger-satisfaction/test-*
|
|
|
|
|
|
|
|
|
359 |
---
|
|
|
319 |
num_examples: 25976
|
320 |
download_size: 4282164
|
321 |
dataset_size: 30828556
|
322 |
+
- config_name: vicsuperman__prediction-of-music-genre
|
323 |
+
features:
|
324 |
+
- name: artist_name
|
325 |
+
dtype: string
|
326 |
+
- name: track_name
|
327 |
+
dtype: string
|
328 |
+
- name: popularity
|
329 |
+
dtype: float64
|
330 |
+
- name: acousticness
|
331 |
+
dtype: float64
|
332 |
+
- name: danceability
|
333 |
+
dtype: float64
|
334 |
+
- name: duration_ms
|
335 |
+
dtype: float64
|
336 |
+
- name: energy
|
337 |
+
dtype: float64
|
338 |
+
- name: instrumentalness
|
339 |
+
dtype: float64
|
340 |
+
- name: key
|
341 |
+
dtype: string
|
342 |
+
- name: liveness
|
343 |
+
dtype: float64
|
344 |
+
- name: loudness
|
345 |
+
dtype: float64
|
346 |
+
- name: mode
|
347 |
+
dtype: string
|
348 |
+
- name: speechiness
|
349 |
+
dtype: float64
|
350 |
+
- name: tempo
|
351 |
+
dtype: string
|
352 |
+
- name: obtained_date
|
353 |
+
dtype: string
|
354 |
+
- name: valence
|
355 |
+
dtype: float64
|
356 |
+
- name: __FeatEng_target__
|
357 |
+
dtype: string
|
358 |
+
- name: __index_level_0__
|
359 |
+
dtype: int64
|
360 |
+
splits:
|
361 |
+
- name: train
|
362 |
+
num_bytes: 5284780
|
363 |
+
num_examples: 30226
|
364 |
+
download_size: 3000723
|
365 |
+
dataset_size: 5284780
|
366 |
configs:
|
367 |
- config_name: arashnic__taxi-pricing-with-mobility-analytics
|
368 |
data_files:
|
|
|
400 |
path: teejmahal20__airline-passenger-satisfaction/train-*
|
401 |
- split: test
|
402 |
path: teejmahal20__airline-passenger-satisfaction/test-*
|
403 |
+
- config_name: vicsuperman__prediction-of-music-genre
|
404 |
+
data_files:
|
405 |
+
- split: train
|
406 |
+
path: vicsuperman__prediction-of-music-genre/train-*
|
407 |
---
|
vicsuperman__prediction-of-music-genre/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc6bd80c3ca29e48db66a905e8508f174f467e43cde903951f4b8cdba8748d3a
|
3 |
+
size 3000723
|