File size: 920 Bytes
b6c1b75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
data:
  root: data
  metadata: data/metadata.csv
  enforce_hashes: true
  min_clips_per_device: 1
  include_devices:
    - audio
    - audio2
    - audio9
    - iphone
    - laptop
  splits:
    - train
  device_defaults:
    iphone:
      source: "In-house recordings"
      license: "Private use"
    laptop:
      source: "In-house recordings"
      license: "Private use"
    audio:
      source: "TAU Urban Acoustic Scenes 2019 Mobile"
      license: "CC-BY 4.0"
    audio2:
      source: "TAU Urban Acoustic Scenes 2019 Mobile"
      license: "CC-BY 4.0"
    audio9:
      source: "TAU Urban Acoustic Scenes 2019 Mobile"
      license: "CC-BY 4.0"

training:
  test_size: 0.25
  random_state: 42
  classifier:
    max_depth: 10
    max_iter: 400
    learning_rate: 0.08

reporting:
  metrics_path: reports/metrics.json
  confusion_matrix_path: reports/confusion_matrix.png
  runs_dir: reports/runs
  tag: baseline