123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- {
- "data": [
- {
- "file": "../../data/breast_homo_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_homo_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "../../data/breast_homo_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_homo_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "../../data/default_credit_homo_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "default_credit_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "../../data/default_credit_homo_host_1.csv",
- "head": 1,
- "partition": 16,
- "table_name": "default_credit_host1",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "../../data/give_credit_homo_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "give_credit_homo_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "../../data/give_credit_homo_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "give_credit_homo_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "../../data/epsilon_5k_homo_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "epsilon_5k_homo_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "../../data/epsilon_5k_homo_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "epsilon_5k_homo_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "../../data/vehicle_scale_homo_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "vehicle_scale_homo_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "../../data/vehicle_scale_homo_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "vehicle_scale_homo_host",
- "namespace": "experiment",
- "role": "host_0"
- }
- ],
- "homo_lr-binary-0": {
- "local": {
- "script": "./sklearn-lr-binary.py",
- "conf": "./breast_lr_config.yaml"
- },
- "FATE": {
- "script": "./pipeline-lr-binary.py",
- "conf": "./breast_lr_config.yaml"
- },
- "compare_setting": {
- "relative_tol": 1e-2
- }
- },
- "homo_lr-binary-1": {
- "local": {
- "script": "./sklearn-lr-binary.py",
- "conf": "./default_credit_lr_config.yaml"
- },
- "FATE": {
- "script": "./pipeline-lr-binary.py",
- "conf": "./default_credit_lr_config.yaml"
- },
- "compare_setting": {
- "relative_tol": 1e-2
- }
- },
- "homo_lr-binary-2": {
- "local": {
- "script": "./sklearn-lr-binary.py",
- "conf": "./epsilon_5k_lr_config.yaml"
- },
- "FATE": {
- "script": "./pipeline-lr-binary.py",
- "conf": "./epsilon_5k_lr_config.yaml"
- },
- "compare_setting": {
- "relative_tol": 0.05
- }
- },
- "homo_lr-binary-3": {
- "local": {
- "script": "./sklearn-lr-binary.py",
- "conf": "./give_credit_lr_config.yaml"
- },
- "FATE": {
- "script": "./pipeline-lr-binary.py",
- "conf": "./give_credit_pipeline_lr_config.yaml"
- },
- "compare_setting": {
- "relative_tol": 0.05
- }
- },
- "homo_lr-multi-0": {
- "local": {
- "script": "./sklearn-lr-multi.py",
- "conf": "./vehicle_lr_config.yaml"
- },
- "FATE": {
- "script": "./pipeline-lr-multi.py",
- "conf": "./vehicle_lr_config.yaml"
- },
- "compare_setting": {
- "relative_tol": 0.05
- }
- }
- }
|