123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- {
- "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"
- }
- ],
- "tasks": {
- "train_binary": {
- "conf": "./test_secureboost_train_binary_conf.json",
- "dsl": "./test_secureboost_train_dsl.json"
- },
- "warm_start_train": {
- "conf": "./test_secureboost_warm_start_conf.json",
- "dsl": "./test_secureboost_warm_start_dsl.json"
- },
- "train_complete_secure": {
- "conf": "./test_secureboost_train_complete_secure_conf.json",
- "dsl": "./test_secureboost_train_dsl.json"
- },
- "train_binary_without_cipher_compress": {
- "conf": "./test_secureboost_train_binary_without_cipher_compress_conf.json",
- "dsl": "./test_secureboost_train_dsl.json"
- },
- "train_binary_predict": {
- "conf": "./test_predict_conf.json",
- "dsl": "./test_predict_dsl.json",
- "deps": "train_binary"
- },
- "train_binary_EINI_predict": {
- "conf": "./test_EINI_predict_conf.json",
- "dsl": "./test_predict_dsl.json",
- "deps": "train_binary"
- },
- "train_multi": {
- "conf": "./test_secureboost_train_multi_conf.json",
- "dsl": "./test_secureboost_train_dsl.json"
- },
- "train_regression": {
- "conf": "./test_secureboost_train_regression_conf.json",
- "dsl": "./test_secureboost_train_dsl.json"
- },
- "cv_binary": {
- "conf": "./test_secureboost_cross_validation_binary_conf.json",
- "dsl": "./test_secureboost_cross_validation_dsl.json"
- },
- "cv_multi": {
- "conf": "./test_secureboost_cross_validation_multi_conf.json",
- "dsl": "./test_secureboost_cross_validation_dsl.json"
- },
- "cv_regression": {
- "conf": "./test_secureboost_cross_validation_regression_conf.json",
- "dsl": "./test_secureboost_cross_validation_dsl.json"
- },
- "train_binary_with_missing_value": {
- "conf": "./test_secureboost_train_binary_with_missing_value_conf.json",
- "dsl": "./test_secureboost_train_dsl.json"
- },
- "train_multi_host": {
- "conf": "./test_secureboost_train_regression_multi_host_conf.json",
- "dsl": "./test_secureboost_train_dsl.json"
- },
- "train_with_early_stopping": {
- "conf": "./test_secureboost_train_with_early_stopping_conf.json",
- "dsl": "./test_secureboost_train_dsl.json"
- }
- }
- }
|