Uses of Class
org.jpmml.sklearn.SkLearnEncoder
Packages that use SkLearnEncoder
Package
Description
-
Uses of SkLearnEncoder in sklearn
Methods in sklearn with parameters of type SkLearnEncoderModifier and TypeMethodDescriptionstatic org.jpmml.converter.FeatureTransformerUtil.createFeature(org.dmg.pmml.Field<?> field, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>Transformer.encode(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>Composite.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>Drop.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>Initializer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>None.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>PassThrough.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>Selector.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) abstract List<org.jpmml.converter.Feature>Transformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) abstract List<org.jpmml.converter.Feature>Initializer.initializeFeatures(SkLearnEncoder encoder) org.dmg.pmml.DataFieldTransformer.updateDataField(org.dmg.pmml.DataField dataField, org.dmg.pmml.OpType opType, org.dmg.pmml.DataType dataType, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>Transformer.updateFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn_pandas
Methods in sklearn_pandas with parameters of type SkLearnEncoderModifier and TypeMethodDescriptionList<org.jpmml.converter.Feature>CategoricalImputer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>DataFrameMapper.initializeFeatures(SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.compose
Methods in sklearn.compose with parameters of type SkLearnEncoderModifier and TypeMethodDescriptionList<org.jpmml.converter.Feature>ColumnTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>ColumnTransformer.initializeFeatures(SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.decomposition
Methods in sklearn.decomposition with parameters of type SkLearnEncoderModifier and TypeMethodDescriptionList<org.jpmml.converter.Feature>PCA.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>TruncatedSVD.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.ensemble.stacking
Methods in sklearn.ensemble.stacking with parameters of type SkLearnEncoderModifier and TypeMethodDescriptionList<org.jpmml.converter.Feature>StackingUtil.PredictFunction.apply(int index, org.dmg.pmml.Model model, String stackMethod, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.feature_extraction
Methods in sklearn.feature_extraction with parameters of type SkLearnEncoderModifier and TypeMethodDescriptionList<org.jpmml.converter.Feature>DictVectorizer.initializeFeatures(SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.feature_extraction.text
Methods in sklearn.feature_extraction.text with parameters of type SkLearnEncoderModifier and TypeMethodDescriptionorg.dmg.pmml.DefineFunctionCountVectorizer.encodeDefineFunction(org.jpmml.converter.Feature feature, SkLearnEncoder encoder) org.dmg.pmml.DefineFunctionTfidfVectorizer.encodeDefineFunction(org.jpmml.converter.Feature feature, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>CountVectorizer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>TfidfVectorizer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.impute
Methods in sklearn.impute with parameters of type SkLearnEncoderModifier and TypeMethodDescriptionstatic org.jpmml.converter.FeatureImputerUtil.encodeFeature(Transformer transformer, org.jpmml.converter.Feature feature, Boolean addIndicator, Object missingValue, Object replacementValue, org.dmg.pmml.MissingValueTreatmentMethod missingValueTreatmentMethod, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>MissingIndicator.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>SimpleImputer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) static org.jpmml.converter.FeatureImputerUtil.encodeIndicatorFeature(Transformer transformer, org.jpmml.converter.Feature feature, Object missingValue, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.pipeline
Methods in sklearn.pipeline with parameters of type SkLearnEncoderModifier and TypeMethodDescriptionList<org.jpmml.converter.Feature>FeatureUnion.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>PipelineTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.preprocessing
Methods in sklearn.preprocessing with parameters of type SkLearnEncoderModifier and TypeMethodDescriptionList<org.jpmml.converter.Feature>Binarizer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>FunctionTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>KBinsDiscretizer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>LabelBinarizer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>LabelEncoder.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>MaxAbsScaler.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>MinMaxScaler.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>MultiOneHotEncoder.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>OneHotEncoder.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>OrdinalEncoder.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>PolynomialFeatures.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>PowerTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>RobustScaler.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>StandardScaler.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) static org.jpmml.converter.FeatureEncoderUtil.encodeIndexFeature(Transformer transformer, org.jpmml.converter.Feature feature, List<?> categories, Number mapMissingTo, Number defaultValue, org.dmg.pmml.DataType dataType, SkLearnEncoder encoder) static org.jpmml.converter.FeatureEncoderUtil.encodeIndexFeature(Transformer transformer, org.jpmml.converter.Feature feature, List<?> categories, List<? extends Number> indexCategories, Number mapMissingTo, Number defaultValue, org.dmg.pmml.DataType dataType, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn2pmml.decoration
Methods in sklearn2pmml.decoration with parameters of type SkLearnEncoderModifier and TypeMethodDescriptionList<org.jpmml.converter.Feature>Alias.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>ContinuousDomain.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>DiscreteDomain.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>Domain.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>DomainEraser.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>MultiDomain.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>TemporalDomain.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) org.dmg.pmml.DataFieldDomain.updateDataField(org.dmg.pmml.DataField dataField, org.dmg.pmml.OpType opType, org.dmg.pmml.DataType dataType, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn2pmml.neural_network
Methods in sklearn2pmml.neural_network with parameters of type SkLearnEncoderModifier and TypeMethodDescriptionList<org.jpmml.converter.Feature>MLPTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn2pmml.pipeline
Methods in sklearn2pmml.pipeline with parameters of type SkLearnEncoderModifier and TypeMethodDescriptionList<org.jpmml.converter.Feature>PMMLPipeline.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) org.dmg.pmml.PMMLPMMLPipeline.encodePMML(SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn2pmml.postprocessing
Methods in sklearn2pmml.postprocessing with parameters of type SkLearnEncoderModifier and TypeMethodDescriptionprotected org.dmg.pmml.DerivedFieldBusinessDecisionTransformer.encodeDerivedField(String name, org.dmg.pmml.OpType opType, org.dmg.pmml.DataType dataType, org.dmg.pmml.Expression expression, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn2pmml.preprocessing
Methods in sklearn2pmml.preprocessing with parameters of type SkLearnEncoderModifier and TypeMethodDescriptionprotected org.dmg.pmml.DerivedFieldExpressionTransformer.encodeDerivedField(String name, org.dmg.pmml.OpType opType, org.dmg.pmml.DataType dataType, org.dmg.pmml.Expression expression, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>Aggregator.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>CastTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>ConcatTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>CutTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>DurationTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>ExpressionTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>FilterLookupTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>LookupTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>MatchesTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>MultiLookupTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>PowerFunctionTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>ReplaceTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>SecondsSinceMidnightTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>StringNormalizer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>SubstringTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) List<org.jpmml.converter.Feature>WordCountTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn2pmml.preprocessing.h2o
Methods in sklearn2pmml.preprocessing.h2o with parameters of type SkLearnEncoderModifier and TypeMethodDescriptionList<org.jpmml.converter.Feature>H2OFrameCreator.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn2pmml.preprocessing.scipy
Methods in sklearn2pmml.preprocessing.scipy with parameters of type SkLearnEncoderModifier and TypeMethodDescriptionList<org.jpmml.converter.Feature>BSplineTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn2pmml.util
Methods in sklearn2pmml.util with parameters of type SkLearnEncoderModifier and TypeMethodDescriptionList<org.jpmml.converter.Feature>Reshaper.encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)