| Package | Description |
|---|---|
| sklearn.ensemble.gradient_boosting |
| Modifier and Type | Method and Description |
|---|---|
List<DecisionTreeRegressor> |
GradientBoostingClassifier.getEstimators() |
List<DecisionTreeRegressor> |
GradientBoostingRegressor.getEstimators() |
| Modifier and Type | Method and Description |
|---|---|
static org.dmg.pmml.mining.MiningModel |
GradientBoostingUtil.encodeGradientBoosting(List<DecisionTreeRegressor> regressors,
Number initialPrediction,
Number learningRate,
org.jpmml.converter.Schema schema) |
Copyright © 2017. All Rights Reserved.