Uses of Class
sklearn.Step
-
-
Uses of Step in org.jpmml.sklearn
Methods in org.jpmml.sklearn with parameters of type Step Modifier and Type Method Description static List<String>EncodableUtil. generateFeatureNames(Step step)static List<String>EncodableUtil. getOrGenerateFeatureNames(Step step)List<org.jpmml.converter.Feature>SkLearnEncoder. initFeatures(Step step, List<String> names) -
Uses of Step in sklearn
Subclasses of Step in sklearn Modifier and Type Class Description classCalibratorclassClassifierclassClustererclassCompositeclassCompositeClassifierclassCompositeClustererclassCompositeRegressorclassCompositeTransformerclassDropclassEstimatorclassIdentityTransformerclassInitializerclassLabelEncoderClassifierclassPassThroughclassRegressorclassSelectorclassSkLearnClassifierclassSkLearnClustererclassSkLearnRegressorclassSkLearnTransformerclassTransformerMethods in sklearn that return Step Modifier and Type Method Description StepCompositeClassifier. getHead()StepCompositeClusterer. getHead()StepCompositeRegressor. getHead()StepCompositeTransformer. getHead()StepHasHead. getHead()static StepStepUtil. getHead(Step step)StepStep. setPMMLName(String pmmlName)Methods in sklearn with parameters of type Step Modifier and Type Method Description static voidStepUtil. checkNumberOfFeatures(Step step, List<? extends org.jpmml.converter.Feature> features)static StepStepUtil. getHead(Step step)static HasMultiTypeStepUtil. getType(Step step)Method parameters in sklearn with type arguments of type Step Modifier and Type Method Description static intStepUtil. getNumberOfFeatures(List<? extends Step> steps) -
Uses of Step in sklearn_pandas
Subclasses of Step in sklearn_pandas Modifier and Type Class Description classCategoricalImputerclassDataFrameMapper -
Uses of Step in sklearn.calibration
Subclasses of Step in sklearn.calibration Modifier and Type Class Description classCalibratedClassifierclassCalibratedClassifierCVclassSigmoidCalibration -
Uses of Step in sklearn.cluster
Subclasses of Step in sklearn.cluster Modifier and Type Class Description classKMeansclassMiniBatchKMeans -
Uses of Step in sklearn.compose
Subclasses of Step in sklearn.compose Modifier and Type Class Description classColumnTransformerclassTransformedTargetRegressor -
Uses of Step in sklearn.decomposition
Subclasses of Step in sklearn.decomposition Modifier and Type Class Description classBasePCAclassIncrementalPCAclassPCAclassTruncatedSVD -
Uses of Step in sklearn.discriminant_analysis
Subclasses of Step in sklearn.discriminant_analysis Modifier and Type Class Description classLinearDiscriminantAnalysis -
Uses of Step in sklearn.dummy
Subclasses of Step in sklearn.dummy Modifier and Type Class Description classDummyClassifierclassDummyRegressor -
Uses of Step in sklearn.ensemble
Subclasses of Step in sklearn.ensemble Modifier and Type Class Description classEnsembleClassifierclassEnsembleRegressor -
Uses of Step in sklearn.ensemble.bagging
Subclasses of Step in sklearn.ensemble.bagging Modifier and Type Class Description classBaggingClassifierclassBaggingRegressor -
Uses of Step in sklearn.ensemble.forest
Subclasses of Step in sklearn.ensemble.forest Modifier and Type Class Description classForestClassifierclassForestRegressor -
Uses of Step in sklearn.ensemble.gradient_boosting
Subclasses of Step in sklearn.ensemble.gradient_boosting Modifier and Type Class Description classGradientBoostingClassifierclassGradientBoostingRegressor -
Uses of Step in sklearn.ensemble.hist_gradient_boosting
Subclasses of Step in sklearn.ensemble.hist_gradient_boosting Modifier and Type Class Description classHistGradientBoostingClassifierclassHistGradientBoostingRegressor -
Uses of Step in sklearn.ensemble.iforest
Subclasses of Step in sklearn.ensemble.iforest Modifier and Type Class Description classIsolationForest -
Uses of Step in sklearn.ensemble.stacking
Subclasses of Step in sklearn.ensemble.stacking Modifier and Type Class Description classStackingClassifierclassStackingRegressor -
Uses of Step in sklearn.ensemble.voting
Subclasses of Step in sklearn.ensemble.voting Modifier and Type Class Description classVotingClassifierclassVotingRegressor -
Uses of Step in sklearn.ensemble.weight_boosting
Subclasses of Step in sklearn.ensemble.weight_boosting Modifier and Type Class Description classAdaBoostRegressor -
Uses of Step in sklearn.feature_extraction
Subclasses of Step in sklearn.feature_extraction Modifier and Type Class Description classDictVectorizer -
Uses of Step in sklearn.feature_extraction.text
Subclasses of Step in sklearn.feature_extraction.text Modifier and Type Class Description classCountVectorizerclassTfidfVectorizer -
Uses of Step in sklearn.feature_selection
Subclasses of Step in sklearn.feature_selection Modifier and Type Class Description classSelectFromModelclassSelectKBestclassSkLearnSelector -
Uses of Step in sklearn.frozen
Subclasses of Step in sklearn.frozen Modifier and Type Class Description classFrozenEstimatorMethods in sklearn.frozen that return Step Modifier and Type Method Description StepFrozenEstimator. getEstimator()StepFrozenEstimator. getEstimator(Class<? extends Step> stepClazz)Method parameters in sklearn.frozen with type arguments of type Step Modifier and Type Method Description StepFrozenEstimator. getEstimator(Class<? extends Step> stepClazz) -
Uses of Step in sklearn.impute
Subclasses of Step in sklearn.impute Modifier and Type Class Description classMissingIndicatorclassSimpleImputer -
Uses of Step in sklearn.isotonic
Subclasses of Step in sklearn.isotonic Modifier and Type Class Description classIsotonicRegression -
Uses of Step in sklearn.kernel_ridge
Subclasses of Step in sklearn.kernel_ridge Modifier and Type Class Description classKernelRidge -
Uses of Step in sklearn.linear_model
Subclasses of Step in sklearn.linear_model Modifier and Type Class Description classLinearClassifierclassLinearRegressor -
Uses of Step in sklearn.linear_model.glm
Subclasses of Step in sklearn.linear_model.glm Modifier and Type Class Description classGeneralizedLinearRegressorclassTweedieRegressor -
Uses of Step in sklearn.linear_model.logistic
Subclasses of Step in sklearn.linear_model.logistic Modifier and Type Class Description classLogisticRegression -
Uses of Step in sklearn.linear_model.ridge
Subclasses of Step in sklearn.linear_model.ridge Modifier and Type Class Description classRidgeClassifier -
Uses of Step in sklearn.linear_model.stochastic_gradient
Subclasses of Step in sklearn.linear_model.stochastic_gradient Modifier and Type Class Description classSGDClassifierclassSGDOneClassSVM -
Uses of Step in sklearn.model_selection
Subclasses of Step in sklearn.model_selection Modifier and Type Class Description classFixedThresholdClassifierclassTunedThresholdClassifierCV -
Uses of Step in sklearn.multiclass
Subclasses of Step in sklearn.multiclass Modifier and Type Class Description classOneVsRestClassifier -
Uses of Step in sklearn.multioutput
Subclasses of Step in sklearn.multioutput Modifier and Type Class Description classClassifierChainclassMultiOutputClassifierclassMultiOutputRegressorclassRegressorChain -
Uses of Step in sklearn.naive_bayes
Subclasses of Step in sklearn.naive_bayes Modifier and Type Class Description classBernoulliNBclassCategoricalNBclassDiscreteNBclassGaussianNBclassMultinomialNB -
Uses of Step in sklearn.neighbors
Subclasses of Step in sklearn.neighbors Modifier and Type Class Description classKNeighborsClassifierclassKNeighborsRegressorclassNearestCentroidclassNearestNeighbors -
Uses of Step in sklearn.neural_network
Subclasses of Step in sklearn.neural_network Modifier and Type Class Description classMLPClassifierclassMLPRegressor -
Uses of Step in sklearn.pipeline
Subclasses of Step in sklearn.pipeline Modifier and Type Class Description classFeatureUnionclassSkLearnPipelineMethods in sklearn.pipeline that return Step Modifier and Type Method Description StepFeatureUnion. getHead()StepSkLearnPipeline. getHead() -
Uses of Step in sklearn.preprocessing
Subclasses of Step in sklearn.preprocessing Modifier and Type Class Description classBaseEncoderclassBinarizerclassFunctionTransformerclassImputerclassKBinsDiscretizerclassLabelBinarizerclassLabelEncoderclassMaxAbsScalerclassMinMaxScalerclassMultiOneHotEncoderclassOneHotEncoderclassOrdinalEncoderclassPolynomialFeaturesclassPowerTransformerclassRobustScalerclassScalerclassSplineTransformerclassStandardScalerclassTargetEncoder -
Uses of Step in sklearn.svm
Subclasses of Step in sklearn.svm Modifier and Type Class Description classLibSVMClassifierclassLibSVMRegressorclassLinearSVCclassOneClassSVM -
Uses of Step in sklearn.tree
Subclasses of Step in sklearn.tree Modifier and Type Class Description classTreeClassifierclassTreeRegressor -
Uses of Step in sklearn2pmml
Classes in sklearn2pmml with type parameters of type Step Modifier and Type Interface Description interfaceHasPMMLName<E extends Step>interfaceHasPMMLOptions<E extends Step>Subclasses of Step in sklearn2pmml Modifier and Type Class Description classEstimatorProxyclassSelectorProxy -
Uses of Step in sklearn2pmml.cross_reference
Subclasses of Step in sklearn2pmml.cross_reference Modifier and Type Class Description classMemorizerclassMemoryManagerclassRecaller -
Uses of Step in sklearn2pmml.decoration
Subclasses of Step in sklearn2pmml.decoration Modifier and Type Class Description classAliasclassCategoricalDomainclassContinuousDomainclassContinuousDomainEraserclassDateDomainclassDateTimeDomainclassDecoratorclassDiscreteDomainclassDiscreteDomainEraserclassDomainclassDomainEraserclassMultiAliasclassMultiDomainclassOrdinalDomainclassTemporalDomainclassTransformerWrapper -
Uses of Step in sklearn2pmml.ensemble
Subclasses of Step in sklearn2pmml.ensemble Modifier and Type Class Description classEstimatorChainclassGBDTLMRegressorclassGBDTLRClassifierclassLinkclassSelectFirstClassifierclassSelectFirstRegressor -
Uses of Step in sklearn2pmml.expression
Subclasses of Step in sklearn2pmml.expression Modifier and Type Class Description classExpressionClassifierclassExpressionRegressor -
Uses of Step in sklearn2pmml.feature_selection
Subclasses of Step in sklearn2pmml.feature_selection Modifier and Type Class Description classSelectUnique -
Uses of Step in sklearn2pmml.neural_network
Subclasses of Step in sklearn2pmml.neural_network Modifier and Type Class Description classMLPTransformer -
Uses of Step in sklearn2pmml.pipeline
Subclasses of Step in sklearn2pmml.pipeline Modifier and Type Class Description classPMMLPipeline -
Uses of Step in sklearn2pmml.postprocessing
Subclasses of Step in sklearn2pmml.postprocessing Modifier and Type Class Description classBusinessDecisionTransformer -
Uses of Step in sklearn2pmml.preprocessing
Subclasses of Step in sklearn2pmml.preprocessing Modifier and Type Class Description classAggregateTransformerclassBSplineTransformerclassCastTransformerclassConcatTransformerclassCutTransformerclassDataFrameConstructorclassDateTimeFormatterclassDaysSinceYearTransformerclassDurationTransformerclassExpressionTransformerclassFilterLookupTransformerclassFormatterclassLagTransformerclassLookupTransformerclassMatchesTransformerclassMultiCastTransformerclassMultiLookupTransformerclassNumberFormatterclassPMMLLabelBinarizerclassPMMLLabelEncoderclassPowerFunctionTransformerclassRegExTransformerclassReplaceTransformerclassRollingAggregateTransformerclassSecondsSinceMidnightTransformerclassSecondsSinceYearTransformerclassSelectFirstTransformerclassSeriesConstructorclassStringLengthTransformerclassStringNormalizerclassStringTransformerclassSubstringTransformerclassTypeTransformerclassWordCountTransformer -
Uses of Step in sklearn2pmml.ruleset
Subclasses of Step in sklearn2pmml.ruleset Modifier and Type Class Description classRuleSetClassifier -
Uses of Step in sklearn2pmml.tree
Subclasses of Step in sklearn2pmml.tree Modifier and Type Class Description classCHAIDClassifierclassCHAIDRegressor -
Uses of Step in sklearn2pmml.util
Subclasses of Step in sklearn2pmml.util Modifier and Type Class Description classReshaperclassSlicer
-