Package sklearn2pmml.ensemble
Class GBDTUtil
- java.lang.Object
-
- sklearn2pmml.ensemble.GBDTUtil
-
public class GBDTUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.dmg.pmml.mining.MiningModelencodeModel(Estimator gbdt, MultiOneHotEncoder ohe, List<? extends Number> coef, Number intercept, org.jpmml.converter.Schema schema)
-
-
-
Method Detail
-
encodeModel
public static org.dmg.pmml.mining.MiningModel encodeModel(Estimator gbdt, MultiOneHotEncoder ohe, List<? extends Number> coef, Number intercept, org.jpmml.converter.Schema schema)
-
-