Class HistGradientBoostingUtil
- java.lang.Object
-
- sklearn.ensemble.hist_gradient_boosting.HistGradientBoostingUtil
-
public class HistGradientBoostingUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.dmg.pmml.mining.MiningModelencodeHistGradientBoosting(List<List<TreePredictor>> predictors, BinMapper binMapper, List<? extends Number> baselinePredictions, int column, org.jpmml.converter.Schema schema)static org.dmg.pmml.mining.MiningModelencodeHistGradientBoosting(List<TreePredictor> treePredictors, BinMapper binMapper, Number baselinePrediction, org.jpmml.converter.Schema schema)
-
-
-
Method Detail
-
encodeHistGradientBoosting
public static org.dmg.pmml.mining.MiningModel encodeHistGradientBoosting(List<List<TreePredictor>> predictors, BinMapper binMapper, List<? extends Number> baselinePredictions, int column, org.jpmml.converter.Schema schema)
-
encodeHistGradientBoosting
public static org.dmg.pmml.mining.MiningModel encodeHistGradientBoosting(List<TreePredictor> treePredictors, BinMapper binMapper, Number baselinePrediction, org.jpmml.converter.Schema schema)
-
-