| Package | Description |
|---|---|
| sklearn.ensemble.hist_gradient_boosting |
| Modifier and Type | Method and Description |
|---|---|
List<List<TreePredictor>> |
HistGradientBoostingRegressor.getPredictors() |
List<List<TreePredictor>> |
HistGradientBoostingClassifier.getPredictors() |
| Modifier and Type | Method and Description |
|---|---|
static org.dmg.pmml.tree.TreeModel |
TreePredictorUtil.encodeTreeModel(TreePredictor treePredictor,
org.jpmml.converter.PredicateManager predicateManager,
org.jpmml.converter.Schema schema) |
static org.dmg.pmml.tree.TreeModel |
TreePredictorUtil.encodeTreeModel(TreePredictor treePredictor,
org.jpmml.converter.Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
static org.dmg.pmml.mining.MiningModel |
HistGradientBoostingUtil.encodeHistGradientBoosting(List<List<TreePredictor>> predictors,
List<? extends Number> baselinePredictions,
int column,
org.jpmml.converter.Schema schema) |
static org.dmg.pmml.mining.MiningModel |
HistGradientBoostingUtil.encodeHistGradientBoosting(List<TreePredictor> treePredictors,
Number baselinePrediction,
org.jpmml.converter.Schema schema) |
Copyright © 2020. All rights reserved.