-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
Copy pathscale_testsuite.yaml
42 lines (42 loc) · 993 Bytes
/
scale_testsuite.yaml
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
data:
- file: examples/data/breast_hetero_guest.csv
meta:
delimiter: ","
dtype: float64
input_format: dense
label_type: int64
label_name: y
match_id_name: id
match_id_range: 0
tag_value_delimiter: ":"
tag_with_value: false
weight_type: float64
partitions: 4
head: true
extend_sid: true
table_name: breast_hetero_guest
namespace: experiment
role: guest_0
- file: examples/data/breast_hetero_host.csv
meta:
delimiter: ","
dtype: float64
input_format: dense
match_id_name: id
match_id_range: 0
tag_value_delimiter: ":"
tag_with_value: false
weight_type: float64
partitions: 4
head: true
extend_sid: true
table_name: breast_hetero_host
namespace: experiment
role: host_0
tasks:
scale-min-max:
script: test_scale_min_max.py
scale-standard:
script: test_scale_standard.py
scale-with-lr:
script: test_scale_w_lr.py