Uses of Class
sklearn.tree.TreeRegressor
-
Packages that use TreeRegressor Package Description sklearn.ensemble.forest sklearn.ensemble.gradient_boosting -
-
Uses of TreeRegressor in sklearn.ensemble.forest
Methods in sklearn.ensemble.forest that return types with arguments of type TreeRegressor Modifier and Type Method Description List<? extends TreeRegressor>ForestRegressor. getEstimators() -
Uses of TreeRegressor in sklearn.ensemble.gradient_boosting
Methods in sklearn.ensemble.gradient_boosting with type parameters of type TreeRegressor Modifier and Type Method Description static <E extends Estimator & HasEstimatorEnsemble<TreeRegressor> & HasTreeOptions>
org.dmg.pmml.mining.MiningModelGradientBoostingUtil. encodeGradientBoosting(E estimator, Number initialPrediction, Number learningRate, org.jpmml.converter.Schema schema)Methods in sklearn.ensemble.gradient_boosting that return types with arguments of type TreeRegressor Modifier and Type Method Description List<? extends TreeRegressor>GradientBoostingClassifier. getEstimators()List<? extends TreeRegressor>GradientBoostingRegressor. getEstimators()
-