jpmml-sparkml-lightgbm icon indicating copy to clipboard operation
jpmml-sparkml-lightgbm copied to clipboard

Expose necessary parameters from `BoosterUtils.encodeBinaryClassificationBooster()`

Open terrytangyuan opened this issue 5 years ago • 0 comments

Current in BoosterUtils.encodeBinaryClassificationBooster(), some parameters we used for MiningModelUtil.createBinaryLogisticClassification() and ModelUtil.createPredictedOutput() are hard-coded. It would be better if we can look into JPMML docs further to see if some of those should be exposed to users.

terrytangyuan avatar Dec 03 '18 15:12 terrytangyuan