| Package | Description |
|---|---|
| sklearn | |
| sklearn_pandas | |
| sklearn.decomposition | |
| sklearn.feature_extraction | |
| sklearn.feature_extraction.text | |
| sklearn.pipeline | |
| sklearn.preprocessing | |
| sklearn2pmml | |
| sklearn2pmml.decoration |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
Initializer.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) |
List<org.jpmml.converter.Feature> |
Selector.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
org.dmg.pmml.Model |
Estimator.encodeModel(org.jpmml.converter.Schema schema,
SkLearnEncoder encoder) |
abstract List<org.jpmml.converter.Feature> |
Initializer.initializeFeatures(SkLearnEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
DataFrameMapper.initializeFeatures(SkLearnEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
PCA.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
DictVectorizer.initializeFeatures(SkLearnEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
Pipeline.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
FeatureUnion.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
Imputer.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> |
MinMaxScaler.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
Binarizer.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> |
PolynomialFeatures.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
StandardScaler.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> |
MaxAbsScaler.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) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.Model |
EstimatorProxy.encodeModel(org.jpmml.converter.Schema schema,
SkLearnEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
ContinuousDomain.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
CategoricalDomain.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
Domain.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
Copyright © 2017. All Rights Reserved.