Uses of Class
sklearn.tree.TreeRegressor
Packages that use TreeRegressor
-
Uses of TreeRegressor in sklearn.ensemble.forest
Methods in sklearn.ensemble.forest that return types with arguments of type TreeRegressor -
Uses of TreeRegressor in sklearn.ensemble.gradient_boosting
Methods in sklearn.ensemble.gradient_boosting with type parameters of type TreeRegressorModifier and TypeMethodDescriptionstatic <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 TreeRegressorModifier and TypeMethodDescriptionList<? extends TreeRegressor>GradientBoostingClassifier.getEstimators()List<? extends TreeRegressor>GradientBoostingRegressor.getEstimators()