Anyuhhh's picture
Update README.md
38ffe34 verified
metadata
dataset_info:
  features:
    - name: location_id
      dtype: int32
    - name: location_type
      dtype: string
    - name: time_of_day
      dtype: string
    - name: day_type
      dtype: int32
    - name: crowd_level
      dtype: int32
    - name: activity_type
      dtype: string
    - name: lighting
      dtype: int32
    - name: noise_dBA
      dtype: int32
    - name: target_quiet_zone
      dtype:
        class_label:
          names:
            '0': noisy
            '1': quiet
  splits:
    - name: original
      num_bytes: 12840
      num_examples: 30
    - name: augmented
      num_bytes: 136960
      num_examples: 320
  download_size: 29680
  dataset_size: 149800
configs:
  - config_name: default
    data_files:
      - split: original
        path: data/original-*
      - split: augmented
        path: data/augmented-*
license: mit
task_categories:
  - tabular-classification
language:
  - en
tags:
  - tabular
  - noise-prediction
  - synthetic-data
  - bgm-selection
pretty_name: BGM Location Noise Analysis
size_categories:
  - n<1K