Uses of Class
org.jpmml.sklearn.SkLearnEncoder
-
-
Uses of SkLearnEncoder in pandas
Methods in pandas with parameters of type SkLearnEncoder Modifier and Type Method Description static org.jpmml.converter.FeatureCategoricalDtypeUtil. refineFeature(org.jpmml.converter.Feature feature, pandas.core.CategoricalDtype categoricalDtype, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in scipy.interpolate
Methods in scipy.interpolate with parameters of type SkLearnEncoder Modifier and Type Method Description static java.util.List<org.dmg.pmml.DefineFunction>BSplineUtil. createSplineFunction(scipy.interpolate.BSpline bspline, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn
Methods in sklearn with parameters of type SkLearnEncoder Modifier and Type Method Description static org.jpmml.converter.FeatureInitializerUtil. createWildcardFeature(java.lang.String name, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>Initializer. encode(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>Transformer. encode(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)abstract java.util.List<org.jpmml.converter.Feature>Calibrator. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>Composite. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>CompositeTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>Drop. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>IdentityTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>Selector. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)abstract java.util.List<org.jpmml.converter.Feature>Transformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)org.jpmml.converter.LabelClassifier. encodeLabel(java.util.List<java.lang.String> names, SkLearnEncoder encoder)org.jpmml.converter.LabelClusterer. encodeLabel(java.util.List<java.lang.String> names, SkLearnEncoder encoder)abstract org.jpmml.converter.LabelEstimator. encodeLabel(java.util.List<java.lang.String> names, SkLearnEncoder encoder)org.jpmml.converter.LabelRegressor. encodeLabel(java.util.List<java.lang.String> names, SkLearnEncoder encoder)static java.util.List<org.jpmml.converter.Feature>EstimatorUtil. export(Estimator estimator, java.lang.String predictFunc, org.jpmml.converter.Schema schema, org.dmg.pmml.Model model, SkLearnEncoder encoder)abstract java.util.List<org.jpmml.converter.Feature>Initializer. initializeFeatures(SkLearnEncoder encoder)org.jpmml.converter.WildcardFeatureTransformer. refineWildcardFeature(org.jpmml.converter.WildcardFeature wildcardFeature, org.dmg.pmml.OpType opType, org.dmg.pmml.DataType dataType, SkLearnEncoder encoder)static org.jpmml.converter.FeatureInitializerUtil. selectFeature(java.lang.String column, java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)static java.util.List<org.jpmml.converter.Feature>InitializerUtil. selectFeatures(java.util.List<?> columns, java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)org.dmg.pmml.DataFieldTransformer. updateDataField(org.dmg.pmml.DataField dataField, org.dmg.pmml.OpType opType, org.dmg.pmml.DataType dataType, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>Transformer. updateFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn_pandas
Methods in sklearn_pandas with parameters of type SkLearnEncoder Modifier and Type Method Description java.util.List<org.jpmml.converter.Feature>CategoricalImputer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>DataFrameMapper. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>DataFrameMapper. initializeFeatures(SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.calibration
Methods in sklearn.calibration with parameters of type SkLearnEncoder Modifier and Type Method Description java.util.List<org.jpmml.converter.Feature>SigmoidCalibration. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.compose
Methods in sklearn.compose with parameters of type SkLearnEncoder Modifier and Type Method Description java.util.List<org.jpmml.converter.Feature>ColumnTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>ColumnTransformer. initializeFeatures(SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.decomposition
Methods in sklearn.decomposition with parameters of type SkLearnEncoder Modifier and Type Method Description java.util.List<org.jpmml.converter.Feature>PCA. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>TruncatedSVD. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.ensemble.iforest
Methods in sklearn.ensemble.iforest with parameters of type SkLearnEncoder Modifier and Type Method Description org.jpmml.converter.LabelIsolationForest. encodeLabel(java.util.List<java.lang.String> names, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.ensemble.stacking
Methods in sklearn.ensemble.stacking with parameters of type SkLearnEncoder Modifier and Type Method Description java.util.List<org.jpmml.converter.Feature>StackingUtil.PredictFunction. apply(int index, org.dmg.pmml.Model model, java.lang.String stackMethod, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.feature_extraction
Methods in sklearn.feature_extraction with parameters of type SkLearnEncoder Modifier and Type Method Description java.util.List<org.jpmml.converter.Feature>DictVectorizer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<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 SkLearnEncoder Modifier and Type Method Description org.dmg.pmml.DefineFunctionCountVectorizer. encodeDefineFunction(org.jpmml.converter.Feature feature, SkLearnEncoder encoder)org.dmg.pmml.DefineFunctionTfidfVectorizer. encodeDefineFunction(org.jpmml.converter.Feature feature, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>CountVectorizer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>TfidfVectorizer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.impute
Methods in sklearn.impute with parameters of type SkLearnEncoder Modifier and Type Method Description static org.jpmml.converter.FeatureImputerUtil. encodeFeature(Transformer transformer, org.jpmml.converter.Feature feature, java.lang.Boolean addIndicator, java.lang.Object missingValue, java.lang.Object replacementValue, org.dmg.pmml.MissingValueTreatmentMethod missingValueTreatmentMethod, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>MissingIndicator. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>SimpleImputer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)static org.jpmml.converter.FeatureImputerUtil. encodeIndicatorFeature(Transformer transformer, org.jpmml.converter.Feature feature, java.lang.Object missingValue, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.isotonic
Methods in sklearn.isotonic with parameters of type SkLearnEncoder Modifier and Type Method Description java.util.List<org.jpmml.converter.Feature>IsotonicRegression. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.linear_model.stochastic_gradient
Methods in sklearn.linear_model.stochastic_gradient with parameters of type SkLearnEncoder Modifier and Type Method Description org.jpmml.converter.LabelSGDOneClassSVM. encodeLabel(java.util.List<java.lang.String> names, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.pipeline
Methods in sklearn.pipeline with parameters of type SkLearnEncoder Modifier and Type Method Description java.util.List<org.jpmml.converter.Feature>FeatureUnion. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.preprocessing
Methods in sklearn.preprocessing with parameters of type SkLearnEncoder Modifier and Type Method Description java.util.List<org.jpmml.converter.Feature>Binarizer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>FunctionTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>KBinsDiscretizer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>LabelBinarizer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>LabelEncoder. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>MaxAbsScaler. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>MinMaxScaler. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>MultiOneHotEncoder. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>OneHotEncoder. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>OrdinalEncoder. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>PolynomialFeatures. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>PowerTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>RobustScaler. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>SplineTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>StandardScaler. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>TargetEncoder. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)static org.jpmml.converter.FeatureEncoderUtil. encodeIndexFeature(Transformer transformer, org.jpmml.converter.Feature feature, java.util.List<?> categories, java.lang.Number mapMissingTo, java.lang.Number defaultValue, org.dmg.pmml.DataType dataType, SkLearnEncoder encoder)static org.jpmml.converter.FeatureEncoderUtil. encodeIndexFeature(Transformer transformer, org.jpmml.converter.Feature feature, java.util.List<?> categories, java.util.List<? extends java.lang.Number> indexCategories, java.lang.Number mapMissingTo, java.lang.Number defaultValue, org.dmg.pmml.DataType dataType, SkLearnEncoder encoder)static org.jpmml.converter.FeatureEncoderUtil. encodeRegroupFeature(Transformer transformer, org.jpmml.converter.Feature feature, java.util.List<?> oldCategories, java.lang.Object newCategory, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn.svm
Methods in sklearn.svm with parameters of type SkLearnEncoder Modifier and Type Method Description org.jpmml.converter.LabelOneClassSVM. encodeLabel(java.util.List<java.lang.String> names, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn2pmml
Methods in sklearn2pmml with parameters of type SkLearnEncoder Modifier and Type Method Description org.jpmml.converter.LabelEstimatorProxy. encodeLabel(java.util.List<java.lang.String> names, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn2pmml.cross_reference
Methods in sklearn2pmml.cross_reference with parameters of type SkLearnEncoder Modifier and Type Method Description java.util.List<org.jpmml.converter.Feature>Memorizer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>Recaller. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn2pmml.decoration
Methods in sklearn2pmml.decoration with parameters of type SkLearnEncoder Modifier and Type Method Description java.util.List<org.jpmml.converter.Feature>Alias. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>ContinuousDomain. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>DiscreteDomain. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>Domain. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>DomainEraser. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>MultiAlias. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>MultiDomain. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>TemporalDomain. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>TransformerWrapper. encodeFeatures(java.util.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.ensemble
Methods in sklearn2pmml.ensemble with parameters of type SkLearnEncoder Modifier and Type Method Description org.jpmml.converter.LabelEstimatorChain. encodeLabel(java.util.List<java.lang.String> names, SkLearnEncoder encoder)org.jpmml.converter.LabelLink. encodeLabel(java.util.List<java.lang.String> names, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn2pmml.neural_network
Methods in sklearn2pmml.neural_network with parameters of type SkLearnEncoder Modifier and Type Method Description java.util.List<org.jpmml.converter.Feature>MLPTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn2pmml.postprocessing
Methods in sklearn2pmml.postprocessing with parameters of type SkLearnEncoder Modifier and Type Method Description java.util.List<org.jpmml.converter.Feature>BusinessDecisionTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn2pmml.preprocessing
Methods in sklearn2pmml.preprocessing with parameters of type SkLearnEncoder Modifier and Type Method Description java.util.List<org.jpmml.converter.Feature>AggregateTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>BSplineTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>CastTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>ConcatTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>CutTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>DataFrameConstructor. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>DurationTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>ExpressionTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>FilterLookupTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>Formatter. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>LagTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>LookupTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>MatchesTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>MultiLookupTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>PowerFunctionTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>ReplaceTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>RollingAggregateTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>SecondsSinceMidnightTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>SelectFirstTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>SeriesConstructor. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>StringLengthTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>StringNormalizer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>SubstringTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>WordCountTransformer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)java.util.List<org.jpmml.converter.Feature>DataFrameConstructor. initializeFeatures(SkLearnEncoder encoder) -
Uses of SkLearnEncoder in sklearn2pmml.util
Methods in sklearn2pmml.util with parameters of type SkLearnEncoder Modifier and Type Method Description java.util.List<org.jpmml.converter.Feature>Slicer. encodeFeatures(java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)
-