Uses of Class
sklearn.ensemble.hist_gradient_boosting.TreePredictor
Packages that use TreePredictor
-
Uses of TreePredictor in sklearn.ensemble.hist_gradient_boosting
Methods in sklearn.ensemble.hist_gradient_boosting that return types with arguments of type TreePredictorModifier and TypeMethodDescriptionHistGradientBoostingClassifier.getPredictors()HistGradientBoostingRegressor.getPredictors()Methods in sklearn.ensemble.hist_gradient_boosting with parameters of type TreePredictorModifier and TypeMethodDescriptionstatic 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 TreePredictorModifier and TypeMethodDescriptionstatic 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)