forked from evidentlyai/evidently
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
21 lines (21 loc) · 696 Bytes
/
config.yaml
File metadata and controls
21 lines (21 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
data_format:
separator: ","
header: true
date_column: "dteday"
column_mapping: {}
profile_sections:
- data_drift:
xbins:
nbinsx:
drift_share: 0.5
pretty_print: true
sampling:
reference:
type: "simple" # could be "none", "simple", "random"
n: 5 # used with simple sampling, number of rows to skip
ratio: 0.1 # used with random sampling, part of data to take from chunk
random_seed: 4 # used with random sampling, used as seed for random generator
current:
type: "nth" # could be "none", "simple", "random"
n: 5 # used with simple sampling, number of rows to skip
ratio: 0.1 # used with random sampling, part of data to take from chunk