123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- {
- "data": [
- {
- "file": "examples/data/breast_homo_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_homo_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/breast_homo_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_homo_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/breast_homo_test.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_homo_test",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/breast_homo_test.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_homo_test",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/vehicle_scale_homo_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "vehicle_scale_homo_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/vehicle_scale_homo_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "vehicle_scale_homo_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/vehicle_scale_homo_test.csv",
- "head": 1,
- "partition": 16,
- "table_name": "vehicle_scale_homo_test",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/vehicle_scale_homo_test.csv",
- "head": 1,
- "partition": 16,
- "table_name": "vehicle_scale_homo_test",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/student_homo_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "student_homo_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/student_homo_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "student_homo_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/student_homo_test.csv",
- "head": 1,
- "partition": 16,
- "table_name": "student_homo_test",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/student_homo_test.csv",
- "head": 1,
- "partition": 16,
- "table_name": "student_homo_test",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/epsilon_5k_homo_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "epsilon_5k_homo_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/epsilon_5k_homo_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "epsilon_5k_homo_host",
- "namespace": "experiment",
- "role": "host_0"
- }
- ],
- "homo_sbt-binary-0": {
- "local": {
- "script": "./gbdt-binary.py",
- "conf": "./gbdt_config_binary.yaml"
- },
- "FATE": {
- "script": "./fate-sbt.py",
- "conf": "./fate_sbt_binary.yaml"
- },
- "compare_setting": {
- "relative_tol": 0.01
- }
- },
- "homo_sbt-multi-0": {
- "local": {
- "script": "./gbdt-multi.py",
- "conf": "./gbdt_config_multi.yaml"
- },
- "FATE": {
- "script": "./fate-sbt.py",
- "conf": "./fate_sbt_multi.yaml"
- },
- "compare_setting": {
- "relative_tol": 0.01
- }
- },
- "homo_sbt-binary-1": {
- "local": {
- "script": "./gbdt-binary.py",
- "conf": "./gbdt_config_binary-epsilon-5k.yaml"
- },
- "FATE": {
- "script": "./fate-sbt.py",
- "conf": "./fate_sbt_eplison_5k.yaml"
- },
- "compare_setting": {
- "relative_tol": 0.01
- }
- },
- "homo_sbt-regression-0": {
- "local": {
- "script": "./gbdt-regression.py",
- "conf": "./gbdt_config_reg.yaml"
- },
- "FATE": {
- "script": "./fate-sbt.py",
- "conf": "./fate_sbt_regression.yaml"
- },
- "compare_setting": {
- "relative_tol": 0.1
- }
- }
- }
|