forked from YiVal/YiVal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
36 lines (33 loc) · 1.05 KB
/
config.yml
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
# This is a generated template. Modify the values as needed.
custom_function: module.test
dataset:
file_path: demo/data/hello_yival.csv
reader: csv_reader
reader_config:
chunk_size: 100
expected_result_column: null
use_first_column_as_id: false
source_type: dataset
description: Generated experiment config
evaluators:
- evaluator_type: individual
matching_technique: includes
metric_calculators: []
name: string_expected_result
# wrapper_configs: []
# Variations allow for dynamic content during experiments.
# They are identified by a globally unique name. For example, in your code,
# you might reference a variation by its name, like:
# variation = StringWrapper("hello", 'test_experiment')
# In this config, you would define the variations associated with that name, e.g.
variations:
- name: key1
variations:
- instantiated_value: value1
value: value1
value_type: str
variation_id: null
- instantiated_value: value2
value: value2
value_type: str
variation_id: null