File size: 800 Bytes
ba003d8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_drift:
  reference_data_path: artifacts/data/processed/reference.csv
  current_data_path: artifacts/data/processed/current.csv
  report_path: artifacts/reports/drift_reports
  threshold: 0.1
  columns: null

model_monitoring:
  predictions_path: artifacts/logs/predictions
  performance_threshold: 0.05
  window_size: 1000
  metrics:
    - accuracy
    - precision
    - recall
    - f1

evidently:
  reference_window: 7
  detection_window: 1
  confidence_level: 0.95
  stattest: ks
  stattest_threshold: 0.05

prometheus:
  host: localhost
  port: 9090
  scrape_interval: 15s
  evaluation_interval: 15s

grafana:
  host: localhost
  port: 3000
  admin_user: admin
  admin_password: admin

loki:
  host: localhost
  port: 3100

promtail:
  host: localhost
  port: 9080
  log_path: artifacts/logs