Uses of Class
sklearn.ensemble.hist_gradient_boosting.BinMapper
-
Packages that use BinMapper Package Description sklearn.ensemble.hist_gradient_boosting -
-
Uses of BinMapper in sklearn.ensemble.hist_gradient_boosting
Methods in sklearn.ensemble.hist_gradient_boosting that return BinMapper Modifier and Type Method Description BinMapperHistGradientBoostingClassifier. getBinMapper()BinMapperHistGradientBoostingRegressor. getBinMapper()Methods in sklearn.ensemble.hist_gradient_boosting with parameters of type BinMapper 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)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)
-