Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,32 +2,36 @@
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: location_id
|
| 5 |
-
dtype:
|
| 6 |
- name: location_type
|
| 7 |
dtype: string
|
| 8 |
- name: time_of_day
|
| 9 |
dtype: string
|
| 10 |
- name: day_type
|
| 11 |
-
dtype:
|
|
|
|
|
|
|
| 12 |
- name: activity_type
|
| 13 |
dtype: string
|
| 14 |
-
- name: crowd_level
|
| 15 |
-
dtype: int64
|
| 16 |
- name: lighting
|
| 17 |
-
dtype:
|
| 18 |
- name: noise_dBA
|
| 19 |
-
dtype:
|
| 20 |
- name: target_quiet_zone
|
| 21 |
-
dtype:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
splits:
|
| 23 |
- name: original
|
| 24 |
-
num_bytes:
|
| 25 |
num_examples: 30
|
| 26 |
- name: augmented
|
| 27 |
-
num_bytes:
|
| 28 |
-
num_examples:
|
| 29 |
-
download_size:
|
| 30 |
-
dataset_size:
|
| 31 |
configs:
|
| 32 |
- config_name: default
|
| 33 |
data_files:
|
|
@@ -35,4 +39,17 @@ configs:
|
|
| 35 |
path: data/original-*
|
| 36 |
- split: augmented
|
| 37 |
path: data/augmented-*
|
| 38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: location_id
|
| 5 |
+
dtype: int32
|
| 6 |
- name: location_type
|
| 7 |
dtype: string
|
| 8 |
- name: time_of_day
|
| 9 |
dtype: string
|
| 10 |
- name: day_type
|
| 11 |
+
dtype: int32
|
| 12 |
+
- name: crowd_level
|
| 13 |
+
dtype: int32
|
| 14 |
- name: activity_type
|
| 15 |
dtype: string
|
|
|
|
|
|
|
| 16 |
- name: lighting
|
| 17 |
+
dtype: int32
|
| 18 |
- name: noise_dBA
|
| 19 |
+
dtype: int32
|
| 20 |
- name: target_quiet_zone
|
| 21 |
+
dtype:
|
| 22 |
+
class_label:
|
| 23 |
+
names:
|
| 24 |
+
'0': noisy
|
| 25 |
+
'1': quiet
|
| 26 |
splits:
|
| 27 |
- name: original
|
| 28 |
+
num_bytes: 12840
|
| 29 |
num_examples: 30
|
| 30 |
- name: augmented
|
| 31 |
+
num_bytes: 136960
|
| 32 |
+
num_examples: 320
|
| 33 |
+
download_size: 29680
|
| 34 |
+
dataset_size: 149800
|
| 35 |
configs:
|
| 36 |
- config_name: default
|
| 37 |
data_files:
|
|
|
|
| 39 |
path: data/original-*
|
| 40 |
- split: augmented
|
| 41 |
path: data/augmented-*
|
| 42 |
+
license: mit
|
| 43 |
+
task_categories:
|
| 44 |
+
- tabular-classification
|
| 45 |
+
language:
|
| 46 |
+
- en
|
| 47 |
+
tags:
|
| 48 |
+
- tabular
|
| 49 |
+
- noise-prediction
|
| 50 |
+
- synthetic-data
|
| 51 |
+
- bgm-selection
|
| 52 |
+
pretty_name: BGM Location Noise Analysis
|
| 53 |
+
size_categories:
|
| 54 |
+
- n<1K
|
| 55 |
+
---
|