positive_unlabeled_testsuite.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  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. "tasks": {
  21. "positive_unlabeled_lr": {
  22. "conf": "./test_positive_unlabeled_lr_conf.json",
  23. "dsl": "./test_positive_unlabeled_lr_dsl.json"
  24. },
  25. "positive_unlabeled_sshe_lr": {
  26. "conf": "./test_positive_unlabeled_sshe_lr_conf.json",
  27. "dsl": "./test_positive_unlabeled_sshe_lr_dsl.json"
  28. },
  29. "positive_unlabeled_secureboost": {
  30. "conf": "./test_positive_unlabeled_sbt_conf.json",
  31. "dsl": "./test_positive_unlabeled_sbt_dsl.json"
  32. }
  33. }
  34. }