Class HistGradientBoostingUtil
java.lang.Object
sklearn.ensemble.hist_gradient_boosting.HistGradientBoostingUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
encodeHistGradientBoosting
-
encodeHistGradientBoosting
public static org.dmg.pmml.mining.MiningModel encodeHistGradientBoosting(List<TreePredictor> treePredictors, BinMapper binMapper, Number baselinePrediction, org.jpmml.converter.Schema schema)
-