File size: 375 Bytes
fc329a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
experiment: d6_high_k

dgp:
  name: high_k
  K: 50
  sigma_min: 0.05
  c: 0.35
  d_x: 10

data:
  n_train: 5000
  n_cal: 5000
  n_scale_est: 2500
  n_test: 5000
  n_rep: 200

methods:
  - global
  - partition
  - twostage
  - weighted
  - oracle

evaluation:
  alpha: 0.1
  strata_method: entropy
  n_strata: 5

weighting:
  mode: inverse_sigma
  source: knn_loo

seed: 2026