test_conf.json 141 B

1234567891011
  1. {
  2. "dataset": "adult",
  3. "algo_conf": {
  4. "k": [50],
  5. "algo":["mondrian"]
  6. },
  7. "dataset_conf": {
  8. "batch_size": [100],
  9. "attrs": [[]]
  10. }
  11. }