Class GradientBoostingUtil
java.lang.Object
sklearn.ensemble.gradient_boosting.GradientBoostingUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic <E extends Estimator & HasEstimatorEnsemble<TreeRegressor> & HasTreeOptions>
org.dmg.pmml.mining.MiningModelencodeGradientBoosting(E estimator, Number initialPrediction, Number learningRate, org.jpmml.converter.Schema schema)
-
Method Details
-
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)
-