scorecard_testsuite.json 667 B

12345678910111213141516171819202122232425
  1. {
  2. "data": [
  3. {
  4. "file": "examples/data/default_credit_hetero_host.csv",
  5. "head": 1,
  6. "partition": 16,
  7. "table_name": "default_credit_hetero_host",
  8. "namespace": "experiment",
  9. "role": "host_0"
  10. },
  11. {
  12. "file": "examples/data/default_credit_hetero_guest.csv",
  13. "head": 1,
  14. "partition": 16,
  15. "table_name": "default_credit_hetero_guest",
  16. "namespace": "experiment",
  17. "role": "guest_0"
  18. }
  19. ],
  20. "pipeline_tasks": {
  21. "scorecard": {
  22. "script": "./pipeline-scorecard.py"
  23. }
  24. }
  25. }