default_credit_config.yaml 281 B

123456789101112
  1. data_guest: "examples/data/default_credit_hetero_guest.csv"
  2. data_host: "examples/data/default_credit_hetero_host.csv"
  3. idx: "id"
  4. label_name: "y"
  5. penalty: "L2"
  6. max_iter: 30
  7. alpha: 0.001
  8. learning_rate: 0.15
  9. optimizer: "rmsprop"
  10. batch_size: 3200
  11. early_stop: "diff"
  12. init_method: "zeros"