Uses of Class
sklearn.Estimator
Packages that use Estimator
Package
Description
-
Uses of Estimator in sklearn
Modifier and TypeInterfaceDescriptioninterfaceHasEstimator<E extends Estimator>interfaceHasEstimatorEnsemble<E extends Estimator>Modifier and TypeClassDescriptionclassclassclassclassModifier and TypeMethodDescriptionabstract EstimatorComposite.getFinalEstimator()Estimator.setPMMLFeatureImportances(List<? extends Number> pmmlFeatureImportances) Estimator.setPMMLOptions(Map<String, ?> pmmlOptions) -
Uses of Estimator in sklearn.cluster
Subclasses of Estimator in sklearn.cluster -
Uses of Estimator in sklearn.compose
Subclasses of Estimator in sklearn.compose -
Uses of Estimator in sklearn.discriminant_analysis
Subclasses of Estimator in sklearn.discriminant_analysis -
Uses of Estimator in sklearn.dummy
Subclasses of Estimator in sklearn.dummy -
Uses of Estimator in sklearn.ensemble
Subclasses of Estimator in sklearn.ensemble -
Uses of Estimator in sklearn.ensemble.bagging
Subclasses of Estimator in sklearn.ensemble.baggingMethods in sklearn.ensemble.bagging with type parameters of type EstimatorModifier and TypeMethodDescriptionstatic <E extends Estimator>
org.dmg.pmml.mining.MiningModelBaggingUtil.encodeBagging(List<E> estimators, List<List<Integer>> estimatorsFeatures, org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema) -
Uses of Estimator in sklearn.ensemble.forest
Subclasses of Estimator in sklearn.ensemble.forestMethods in sklearn.ensemble.forest with type parameters of type EstimatorModifier and TypeMethodDescriptionstatic <E extends Estimator & HasEstimatorEnsemble<T> & HasTreeOptions,T extends Estimator & HasTree>
org.dmg.pmml.mining.MiningModelForestUtil.encodeBaseForest(E estimator, org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema) static <E extends Estimator & HasEstimatorEnsemble<T> & HasTreeOptions,T extends Estimator & HasTree>
org.dmg.pmml.mining.MiningModelForestUtil.encodeBaseForest(E estimator, org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema) static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree>
intForestUtil.getNumberOfEstimators(E estimator) static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree>
intForestUtil.getNumberOfEstimators(E estimator) -
Uses of Estimator in sklearn.ensemble.gradient_boosting
Subclasses of Estimator in sklearn.ensemble.gradient_boostingModifier and TypeClassDescriptionclassclassMethods in sklearn.ensemble.gradient_boosting with type parameters of type EstimatorModifier 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) -
Uses of Estimator in sklearn.ensemble.hist_gradient_boosting
Subclasses of Estimator in sklearn.ensemble.hist_gradient_boostingModifier and TypeClassDescriptionclassclass -
Uses of Estimator in sklearn.ensemble.iforest
Subclasses of Estimator in sklearn.ensemble.iforest -
Uses of Estimator in sklearn.ensemble.stacking
Subclasses of Estimator in sklearn.ensemble.stackingMethods in sklearn.ensemble.stacking with type parameters of type EstimatorModifier and TypeMethodDescriptionstatic <E extends Estimator>
org.dmg.pmml.mining.MiningModelStackingUtil.encodeStacking(List<? extends E> estimators, List<String> stackMethods, StackingUtil.PredictFunction predictFunction, E finalEstimator, boolean passthrough, org.jpmml.converter.Schema schema) -
Uses of Estimator in sklearn.ensemble.weight_boosting
Subclasses of Estimator in sklearn.ensemble.weight_boosting -
Uses of Estimator in sklearn.ensemble.voting
Subclasses of Estimator in sklearn.ensemble.voting -
Uses of Estimator in sklearn.feature_selection
Methods in sklearn.feature_selection that return Estimator -
Uses of Estimator in sklearn.isotonic
Subclasses of Estimator in sklearn.isotonic -
Uses of Estimator in sklearn.linear_model
Subclasses of Estimator in sklearn.linear_model -
Uses of Estimator in sklearn.linear_model.glm
Subclasses of Estimator in sklearn.linear_model.glm -
Uses of Estimator in sklearn.linear_model.logistic
Subclasses of Estimator in sklearn.linear_model.logistic -
Uses of Estimator in sklearn.linear_model.ridge
Subclasses of Estimator in sklearn.linear_model.ridge -
Uses of Estimator in sklearn.linear_model.stochastic_gradient
Subclasses of Estimator in sklearn.linear_model.stochastic_gradient -
Uses of Estimator in sklearn.model_selection
Methods in sklearn.model_selection that return EstimatorModifier and TypeMethodDescriptionEstimatorSearcher.getBestEstimator()EstimatorSearcher.getBestEstimator(Class<? extends Estimator> clazz) Method parameters in sklearn.model_selection with type arguments of type EstimatorModifier and TypeMethodDescriptionEstimatorSearcher.getBestEstimator(Class<? extends Estimator> clazz) -
Uses of Estimator in sklearn.multiclass
Subclasses of Estimator in sklearn.multiclass -
Uses of Estimator in sklearn.naive_bayes
Subclasses of Estimator in sklearn.naive_bayes -
Uses of Estimator in sklearn.neighbors
Subclasses of Estimator in sklearn.neighborsMethods in sklearn.neighbors with type parameters of type EstimatorModifier and TypeMethodDescriptionstatic <E extends Estimator & HasNeighbors & HasTrainingData>
org.dmg.pmml.nearest_neighbor.NearestNeighborModelKNeighborsUtil.encodeNeighbors(E estimator, org.dmg.pmml.MiningFunction miningFunction, int numberOfInstances, int numberOfFeatures, org.jpmml.converter.Schema schema) -
Uses of Estimator in sklearn.neural_network
Subclasses of Estimator in sklearn.neural_network -
Uses of Estimator in sklearn.pipeline
Subclasses of Estimator in sklearn.pipelineMethods in sklearn.pipeline with type parameters of type EstimatorModifier and TypeMethodDescription<E extends Estimator>
EPipeline.getFinalEstimator(Class<? extends E> clazz) Methods in sklearn.pipeline that return Estimator -
Uses of Estimator in sklearn.svm
Subclasses of Estimator in sklearn.svmModifier and TypeClassDescriptionclassclassclassclass -
Uses of Estimator in sklearn.tree
Subclasses of Estimator in sklearn.treeMethods in sklearn.tree with type parameters of type EstimatorModifier and TypeMethodDescriptionTreeUtil.encodeTreeModel(E estimator, org.dmg.pmml.MiningFunction miningFunction, Boolean numeric, org.jpmml.converter.PredicateManager predicateManager, org.jpmml.converter.ScoreDistributionManager scoreDistributionManager, org.jpmml.converter.Schema schema) TreeUtil.encodeTreeModel(E estimator, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema) static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree>
List<org.dmg.pmml.tree.TreeModel>TreeUtil.encodeTreeModelEnsemble(E estimator, org.dmg.pmml.MiningFunction miningFunction, Boolean numeric, org.jpmml.converter.PredicateManager predicateManager, org.jpmml.converter.ScoreDistributionManager scoreDistributionManager, org.jpmml.converter.Schema schema) static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree>
List<org.dmg.pmml.tree.TreeModel>TreeUtil.encodeTreeModelEnsemble(E estimator, org.dmg.pmml.MiningFunction miningFunction, Boolean numeric, org.jpmml.converter.PredicateManager predicateManager, org.jpmml.converter.ScoreDistributionManager scoreDistributionManager, org.jpmml.converter.Schema schema) static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree>
List<org.dmg.pmml.tree.TreeModel>TreeUtil.encodeTreeModelEnsemble(E estimator, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema) static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree>
List<org.dmg.pmml.tree.TreeModel>TreeUtil.encodeTreeModelEnsemble(E estimator, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema) static <E extends Estimator & HasTreeOptions,M extends org.dmg.pmml.Model>
MTreeUtil.transform(E estimator, M model) -
Uses of Estimator in sklearn2pmml
Subclasses of Estimator in sklearn2pmmlMethods in sklearn2pmml that return EstimatorMethods in sklearn2pmml with parameters of type EstimatorModifier and TypeMethodDescriptionstatic StringEstimatorProxy.formatProxyExample(Estimator estimator) -
Uses of Estimator in sklearn2pmml.ensemble
Subclasses of Estimator in sklearn2pmml.ensembleModifier and TypeClassDescriptionclassclassclassclassMethods in sklearn2pmml.ensemble with parameters of type EstimatorModifier and TypeMethodDescriptionstatic org.dmg.pmml.mining.MiningModelGBDTUtil.encodeModel(Estimator gbdt, MultiOneHotEncoder ohe, List<? extends Number> coef, Number intercept, org.jpmml.converter.Schema schema) -
Uses of Estimator in sklearn2pmml.ruleset
Subclasses of Estimator in sklearn2pmml.ruleset