forked from FederatedAI/FATE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhetero_nn_testsuite.yaml
40 lines (40 loc) · 976 Bytes
/
hetero_nn_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
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:
hetero-nn-binary-sshe:
script: test_nn_binary_sshe.py
hetero-nn-binary-fedpass:
script: test_nn_binary_fedpass.py