File size: 194 Bytes
96bba34
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
seed: 42

data:
  processed_dir: ${oc.env:SADAR_PROCESSED_DIR,data/processed}

isolation_forest:
  n_estimators: 200
  max_samples: auto
  contamination: auto

threshold:
  val_percentile: 99.0