Uses of Interface
org.jpmml.sklearn.Encodable
-
-
Uses of Encodable in org.jpmml.sklearn
Methods in org.jpmml.sklearn that return Encodable Modifier and Type Method Description static EncodableEncodableUtil. toEncodable(java.lang.Object object) -
Uses of Encodable in sklearn
Classes in sklearn that implement Encodable Modifier and Type Class Description classCalibratorclassSkLearnClassifierclassSkLearnClustererclassSkLearnRegressorclassSkLearnTransformer -
Uses of Encodable in sklearn.calibration
Classes in sklearn.calibration that implement Encodable Modifier and Type Class Description classCalibratedClassifierclassCalibratedClassifierCVclassSigmoidCalibration -
Uses of Encodable in sklearn.cluster
Classes in sklearn.cluster that implement Encodable Modifier and Type Class Description classKMeansclassMiniBatchKMeans -
Uses of Encodable in sklearn.compose
Classes in sklearn.compose that implement Encodable Modifier and Type Class Description classColumnTransformerclassTransformedTargetRegressor -
Uses of Encodable in sklearn.decomposition
Classes in sklearn.decomposition that implement Encodable Modifier and Type Class Description classBasePCAclassIncrementalPCAclassPCAclassTruncatedSVD -
Uses of Encodable in sklearn.discriminant_analysis
Classes in sklearn.discriminant_analysis that implement Encodable Modifier and Type Class Description classLinearDiscriminantAnalysis -
Uses of Encodable in sklearn.dummy
Classes in sklearn.dummy that implement Encodable Modifier and Type Class Description classDummyClassifierclassDummyRegressor -
Uses of Encodable in sklearn.ensemble
Classes in sklearn.ensemble that implement Encodable Modifier and Type Class Description classEnsembleClassifierclassEnsembleRegressor -
Uses of Encodable in sklearn.ensemble.bagging
Classes in sklearn.ensemble.bagging that implement Encodable Modifier and Type Class Description classBaggingClassifierclassBaggingRegressor -
Uses of Encodable in sklearn.ensemble.forest
Classes in sklearn.ensemble.forest that implement Encodable Modifier and Type Class Description classForestClassifierclassForestRegressor -
Uses of Encodable in sklearn.ensemble.gradient_boosting
Classes in sklearn.ensemble.gradient_boosting that implement Encodable Modifier and Type Class Description classGradientBoostingClassifierclassGradientBoostingRegressor -
Uses of Encodable in sklearn.ensemble.hist_gradient_boosting
Classes in sklearn.ensemble.hist_gradient_boosting that implement Encodable Modifier and Type Class Description classHistGradientBoostingClassifierclassHistGradientBoostingRegressor -
Uses of Encodable in sklearn.ensemble.iforest
Classes in sklearn.ensemble.iforest that implement Encodable Modifier and Type Class Description classIsolationForest -
Uses of Encodable in sklearn.ensemble.stacking
Classes in sklearn.ensemble.stacking that implement Encodable Modifier and Type Class Description classStackingClassifierclassStackingRegressor -
Uses of Encodable in sklearn.ensemble.voting
Classes in sklearn.ensemble.voting that implement Encodable Modifier and Type Class Description classVotingClassifierclassVotingRegressor -
Uses of Encodable in sklearn.ensemble.weight_boosting
Classes in sklearn.ensemble.weight_boosting that implement Encodable Modifier and Type Class Description classAdaBoostRegressor -
Uses of Encodable in sklearn.feature_extraction.text
Classes in sklearn.feature_extraction.text that implement Encodable Modifier and Type Class Description classCountVectorizerclassTfidfVectorizer -
Uses of Encodable in sklearn.impute
Classes in sklearn.impute that implement Encodable Modifier and Type Class Description classMissingIndicatorclassSimpleImputer -
Uses of Encodable in sklearn.isotonic
Classes in sklearn.isotonic that implement Encodable Modifier and Type Class Description classIsotonicRegression -
Uses of Encodable in sklearn.linear_model
Classes in sklearn.linear_model that implement Encodable Modifier and Type Class Description classLinearClassifierclassLinearRegressor -
Uses of Encodable in sklearn.linear_model.glm
Classes in sklearn.linear_model.glm that implement Encodable Modifier and Type Class Description classGeneralizedLinearRegressor -
Uses of Encodable in sklearn.linear_model.logistic
Classes in sklearn.linear_model.logistic that implement Encodable Modifier and Type Class Description classLogisticRegression -
Uses of Encodable in sklearn.linear_model.ridge
Classes in sklearn.linear_model.ridge that implement Encodable Modifier and Type Class Description classRidgeClassifier -
Uses of Encodable in sklearn.linear_model.stochastic_gradient
Classes in sklearn.linear_model.stochastic_gradient that implement Encodable Modifier and Type Class Description classSGDClassifierclassSGDOneClassSVM -
Uses of Encodable in sklearn.model_selection
Classes in sklearn.model_selection that implement Encodable Modifier and Type Class Description classFixedThresholdClassifierclassTunedThresholdClassifierCV -
Uses of Encodable in sklearn.multiclass
Classes in sklearn.multiclass that implement Encodable Modifier and Type Class Description classOneVsRestClassifier -
Uses of Encodable in sklearn.multioutput
Classes in sklearn.multioutput that implement Encodable Modifier and Type Class Description classClassifierChainclassMultiOutputClassifierclassMultiOutputRegressorclassRegressorChain -
Uses of Encodable in sklearn.naive_bayes
Classes in sklearn.naive_bayes that implement Encodable Modifier and Type Class Description classGaussianNB -
Uses of Encodable in sklearn.neighbors
Classes in sklearn.neighbors that implement Encodable Modifier and Type Class Description classKNeighborsClassifierclassKNeighborsRegressorclassNearestCentroidclassNearestNeighbors -
Uses of Encodable in sklearn.neural_network
Classes in sklearn.neural_network that implement Encodable Modifier and Type Class Description classMLPClassifierclassMLPRegressor -
Uses of Encodable in sklearn.pipeline
Classes in sklearn.pipeline that implement Encodable Modifier and Type Class Description classFeatureUnionclassSkLearnPipeline -
Uses of Encodable in sklearn.preprocessing
Classes in sklearn.preprocessing that implement Encodable Modifier and Type Class Description classBaseEncoderclassBinarizerclassFunctionTransformerclassImputerclassKBinsDiscretizerclassLabelBinarizerclassLabelEncoderclassMaxAbsScalerclassMinMaxScalerclassMultiOneHotEncoderclassOneHotEncoderclassOrdinalEncoderclassPolynomialFeaturesclassPowerTransformerclassRobustScalerclassScalerclassSplineTransformerclassStandardScalerclassTargetEncoder -
Uses of Encodable in sklearn.svm
Classes in sklearn.svm that implement Encodable Modifier and Type Class Description classLibSVMClassifierclassLibSVMRegressorclassLinearSVCclassOneClassSVM -
Uses of Encodable in sklearn.tree
Classes in sklearn.tree that implement Encodable Modifier and Type Class Description classTreeClassifierclassTreeRegressor -
Uses of Encodable in sklearn2pmml.pipeline
Classes in sklearn2pmml.pipeline that implement Encodable Modifier and Type Class Description classPMMLPipeline -
Uses of Encodable in sklearn2pmml.preprocessing
Classes in sklearn2pmml.preprocessing that implement Encodable Modifier and Type Class Description classPMMLLabelBinarizerclassPMMLLabelEncoder
-