Class GradientBoostingUtil
- java.lang.Object
-
- sklearn.ensemble.gradient_boosting.GradientBoostingUtil
-
public class GradientBoostingUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E extends Estimator & HasEstimatorEnsemble<TreeRegressor> & HasTreeOptions>
org.dmg.pmml.mining.MiningModelencodeGradientBoosting(E estimator, Number initialPrediction, Number learningRate, org.jpmml.converter.Schema schema)
-
-
-
Method Detail
-
encodeGradientBoosting
public static <E extends Estimator & HasEstimatorEnsemble<TreeRegressor> & HasTreeOptions> org.dmg.pmml.mining.MiningModel encodeGradientBoosting(E estimator, Number initialPrediction, Number learningRate, org.jpmml.converter.Schema schema)
-
-