123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- {
- "data": [
- {
- "file": "examples/data/breast_hetero_guest.csv",
- "head": 1,
- "partition": 4,
- "table_name": "breast_hetero_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/breast_hetero_host.csv",
- "head": 1,
- "partition": 4,
- "table_name": "breast_hetero_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/vehicle_scale_hetero_guest.csv",
- "head": 1,
- "partition": 4,
- "table_name": "vehicle_scale_hetero_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/vehicle_scale_hetero_host.csv",
- "head": 1,
- "partition": 4,
- "table_name": "vehicle_scale_hetero_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/student_hetero_guest.csv",
- "head": 1,
- "partition": 4,
- "table_name": "student_hetero_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/student_hetero_host.csv",
- "head": 1,
- "partition": 4,
- "table_name": "student_hetero_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/ionosphere_scale_hetero_guest.csv",
- "head": 1,
- "partition": 4,
- "table_name": "ionosphere_scale_hetero_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/ionosphere_scale_hetero_host.csv",
- "head": 1,
- "partition": 4,
- "table_name": "ionosphere_scale_hetero_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/motor_hetero_guest.csv",
- "head": 1,
- "partition": 4,
- "table_name": "motor_hetero_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/motor_hetero_host_1.csv",
- "head": 1,
- "partition": 4,
- "table_name": "motor_hetero_host_1",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/motor_hetero_host_2.csv",
- "head": 1,
- "partition": 4,
- "table_name": "motor_hetero_host_2",
- "namespace": "experiment",
- "role": "host_1"
- }
- ],
- "pipeline_tasks": {
- "train_binary": {
- "script": "./pipeline-hetero-sbt-binary.py"
- },
- "train_complete_secure": {
- "script": "./pipeline-hetero-sbt-binary-complete-secure.py"
- },
- "train_binary_without_cipher_compress": {
- "script": "./pipeline-hetero-sbt-binary-no-cipher-compress.py"
- },
- "train_binary_predict": {
- "script": "./pipeline-hetero-sbt-binary-with-predict.py"
- },
- "train_binary_EINI_predict": {
- "script": "./pipeline-hetero-sbt-EINI-with-random-mask.py"
- },
- "train_multi": {
- "script": "./pipeline-hetero-sbt-multi.py"
- },
- "train_regression": {
- "script": "./pipeline-hetero-sbt-regression.py"
- },
- "cv_binary": {
- "script": "./pipeline-hetero-sbt-binary-cv.py"
- },
- "cv_multi": {
- "script": "./pipeline-hetero-sbt-multi-cv.py"
- },
- "cv_regression": {
- "script": "./pipeline-hetero-sbt-regression-cv.py"
- },
- "train_binary_with_missing_value": {
- "script": "./pipeline-hetero-sbt-binary-with-missing-value.py"
- },
- "train_multi_host": {
- "script": "./pipeline-hetero-sbt-regression-multi-host.py"
- },
- "train_with_early_stopping": {
- "script": "./pipeline-hetero-sbt-early-stop.py"
- }
- }
- }
|