breast_config.yaml 243 B

1234567891011
  1. data_guest: "examples/data/breast_hetero_guest.csv"
  2. data_host: "examples/data/breast_hetero_host.csv"
  3. idx: "id"
  4. label_name: "y"
  5. penalty: "L2"
  6. max_iter: 30
  7. alpha: 0.01
  8. learning_rate: 0.15
  9. optimizer: "rmsprop"
  10. batch_size: 5000
  11. early_stop: "diff"