12345678910111213141516171819202122232425262728293031 |
- {
- "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"
- }
- ],
- "pipeline_tasks": {
- "positive-unlabeled-lr": {
- "script": "pipeline-positive-unlabeled-lr.py"
- },
- "positive-unlabeled-sshe-lr": {
- "script": "pipeline-positive-unlabeled-sshe-lr.py"
- },
- "positive-unlabeled-sbt": {
- "script": "pipeline-positive-unlabeled-sbt.py"
- }
- }
- }
|