Uses of Class
sklearn.Transformer
Packages that use Transformer
Package
Description
-
Uses of Transformer in sklearn
Subclasses of Transformer in sklearnModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in sklearn that return types with arguments of type TransformerModifier and TypeMethodDescriptionabstract List<? extends Transformer>Composite.getTransformers() -
Uses of Transformer in sklearn_pandas
Subclasses of Transformer in sklearn_pandas -
Uses of Transformer in sklearn.compose
Subclasses of Transformer in sklearn.compose -
Uses of Transformer in sklearn.decomposition
Subclasses of Transformer in sklearn.decomposition -
Uses of Transformer in sklearn.feature_extraction
Subclasses of Transformer in sklearn.feature_extraction -
Uses of Transformer in sklearn.feature_extraction.text
Subclasses of Transformer in sklearn.feature_extraction.text -
Uses of Transformer in sklearn.feature_selection
Subclasses of Transformer in sklearn.feature_selection -
Uses of Transformer in sklearn.impute
Subclasses of Transformer in sklearn.imputeMethods in sklearn.impute with parameters of type TransformerModifier 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) static org.jpmml.converter.FeatureImputerUtil.encodeIndicatorFeature(Transformer transformer, org.jpmml.converter.Feature feature, Object missingValue, SkLearnEncoder encoder) -
Uses of Transformer in sklearn.pipeline
Subclasses of Transformer in sklearn.pipelineMethods in sklearn.pipeline that return TransformerMethods in sklearn.pipeline that return types with arguments of type TransformerModifier and TypeMethodDescriptionList<? extends Transformer>FeatureUnion.getTransformers()List<? extends Transformer>Pipeline.getTransformers() -
Uses of Transformer in sklearn.preprocessing
Subclasses of Transformer in sklearn.preprocessingModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in sklearn.preprocessing with parameters of type TransformerModifier and TypeMethodDescriptionstatic 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 Transformer in sklearn2pmml
Subclasses of Transformer in sklearn2pmml -
Uses of Transformer in sklearn2pmml.decoration
Subclasses of Transformer in sklearn2pmml.decorationModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in sklearn2pmml.decoration that return Transformer -
Uses of Transformer in sklearn2pmml.feature_selection
Subclasses of Transformer in sklearn2pmml.feature_selection -
Uses of Transformer in sklearn2pmml.neural_network
Subclasses of Transformer in sklearn2pmml.neural_network -
Uses of Transformer in sklearn2pmml.pipeline
Methods in sklearn2pmml.pipeline that return TransformerModifier and TypeMethodDescriptionPMMLPipeline.getApplyTransformer()PMMLPipeline.getPredictProbaTransformer()PMMLPipeline.getPredictTransformer() -
Uses of Transformer in sklearn2pmml.postprocessing
Subclasses of Transformer in sklearn2pmml.postprocessing -
Uses of Transformer in sklearn2pmml.preprocessing
Subclasses of Transformer in sklearn2pmml.preprocessingModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Transformer in sklearn2pmml.preprocessing.h2o
Subclasses of Transformer in sklearn2pmml.preprocessing.h2o -
Uses of Transformer in sklearn2pmml.preprocessing.scipy
Subclasses of Transformer in sklearn2pmml.preprocessing.scipy -
Uses of Transformer in sklearn2pmml.util
Subclasses of Transformer in sklearn2pmml.util