param_feature_binning.json 442 B

123456789101112131415161718
  1. {
  2. "FeatureBinningParam": {
  3. "process_method": "fit",
  4. "method": "quantile",
  5. "compress_thres": 10000,
  6. "head_size": 10000,
  7. "error": 0.001,
  8. "adjustment_factor": 0.5,
  9. "bin_num": 10,
  10. "cols": -1,
  11. "local_only": false,
  12. "display_result": ["iv"],
  13. "transform_param": {
  14. "transform_cols": null,
  15. "transform_type": "bin_num"
  16. }
  17. }
  18. }