positive_unlabeled_pipeline_testsuite.json 875 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "data": [
  3. {
  4. "file": "examples/data/breast_hetero_guest.csv",
  5. "head": 1,
  6. "partition": 4,
  7. "table_name": "breast_hetero_guest",
  8. "namespace": "experiment",
  9. "role": "guest_0"
  10. },
  11. {
  12. "file": "examples/data/breast_hetero_host.csv",
  13. "head": 1,
  14. "partition": 4,
  15. "table_name": "breast_hetero_host",
  16. "namespace": "experiment",
  17. "role": "host_0"
  18. }
  19. ],
  20. "pipeline_tasks": {
  21. "positive-unlabeled-lr": {
  22. "script": "pipeline-positive-unlabeled-lr.py"
  23. },
  24. "positive-unlabeled-sshe-lr": {
  25. "script": "pipeline-positive-unlabeled-sshe-lr.py"
  26. },
  27. "positive-unlabeled-sbt": {
  28. "script": "pipeline-positive-unlabeled-sbt.py"
  29. }
  30. }
  31. }