sshe_linr_config.yaml 314 B

1234567891011121314
  1. data_guest: "examples/data/motor_hetero_guest.csv"
  2. data_host: "examples/data/motor_hetero_host.csv"
  3. idx: "idx"
  4. label_name: "motor_speed"
  5. penalty: "L2"
  6. max_iter: 6
  7. alpha: 0.01
  8. learning_rate: 0.13
  9. optimizer: "sgd"
  10. batch_size: 100
  11. early_stop: "diff"
  12. reveal_strategy: "respectively"
  13. init_param:
  14. init_method: "zeros"