12345678910111213141516171819202122232425262728293031323334 |
- {
- "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"
- }
- ],
- "tasks": {
- "positive_unlabeled_lr": {
- "conf": "./test_positive_unlabeled_lr_conf.json",
- "dsl": "./test_positive_unlabeled_lr_dsl.json"
- },
- "positive_unlabeled_sshe_lr": {
- "conf": "./test_positive_unlabeled_sshe_lr_conf.json",
- "dsl": "./test_positive_unlabeled_sshe_lr_dsl.json"
- },
- "positive_unlabeled_secureboost": {
- "conf": "./test_positive_unlabeled_sbt_conf.json",
- "dsl": "./test_positive_unlabeled_sbt_dsl.json"
- }
- }
- }
|