Uses of Class
sklearn.ensemble.hist_gradient_boosting.TreePredictor
-
Packages that use TreePredictor Package Description sklearn.ensemble.hist_gradient_boosting -
-
Uses of TreePredictor in sklearn.ensemble.hist_gradient_boosting
Methods in sklearn.ensemble.hist_gradient_boosting that return types with arguments of type TreePredictor Modifier and Type Method Description List<List<TreePredictor>>HistGradientBoostingClassifier. getPredictors()List<List<TreePredictor>>HistGradientBoostingRegressor. getPredictors()Methods in sklearn.ensemble.hist_gradient_boosting with parameters of type TreePredictor Modifier and Type Method Description static org.dmg.pmml.tree.TreeModelTreePredictorUtil. encodeTreeModel(TreePredictor treePredictor, BinMapper binMapper, org.jpmml.converter.PredicateManager predicateManager, org.jpmml.converter.Schema schema)static org.dmg.pmml.tree.TreeModelTreePredictorUtil. encodeTreeModel(TreePredictor treePredictor, BinMapper binMapper, org.jpmml.converter.Schema schema)Method parameters in sklearn.ensemble.hist_gradient_boosting with type arguments of type TreePredictor Modifier and Type Method Description static org.dmg.pmml.mining.MiningModelHistGradientBoostingUtil. encodeHistGradientBoosting(List<List<TreePredictor>> predictors, BinMapper binMapper, List<? extends Number> baselinePredictions, int column, org.jpmml.converter.Schema schema)static org.dmg.pmml.mining.MiningModelHistGradientBoostingUtil. encodeHistGradientBoosting(List<TreePredictor> treePredictors, BinMapper binMapper, Number baselinePrediction, org.jpmml.converter.Schema schema)
-