Uses of Interface
sklearn2pmml.HasPMMLSegmentId
-
-
Uses of HasPMMLSegmentId in sklearn
Classes in sklearn that implement HasPMMLSegmentId Modifier and Type Class Description classCalibratorclassClassifierclassClustererclassCompositeClassifierclassCompositeClustererclassCompositeRegressorclassEstimatorclassLabelEncoderClassifierclassRegressorclassSkLearnClassifierclassSkLearnClustererclassSkLearnRegressor -
Uses of HasPMMLSegmentId in sklearn.calibration
Classes in sklearn.calibration that implement HasPMMLSegmentId Modifier and Type Class Description classCalibratedClassifierclassCalibratedClassifierCVclassSigmoidCalibration -
Uses of HasPMMLSegmentId in sklearn.cluster
Classes in sklearn.cluster that implement HasPMMLSegmentId Modifier and Type Class Description classKMeansclassMiniBatchKMeans -
Uses of HasPMMLSegmentId in sklearn.compose
Classes in sklearn.compose that implement HasPMMLSegmentId Modifier and Type Class Description classTransformedTargetRegressor -
Uses of HasPMMLSegmentId in sklearn.discriminant_analysis
Classes in sklearn.discriminant_analysis that implement HasPMMLSegmentId Modifier and Type Class Description classLinearDiscriminantAnalysis -
Uses of HasPMMLSegmentId in sklearn.dummy
Classes in sklearn.dummy that implement HasPMMLSegmentId Modifier and Type Class Description classDummyClassifierclassDummyRegressor -
Uses of HasPMMLSegmentId in sklearn.ensemble
Classes in sklearn.ensemble that implement HasPMMLSegmentId Modifier and Type Class Description classEnsembleClassifierclassEnsembleRegressor -
Uses of HasPMMLSegmentId in sklearn.ensemble.bagging
Classes in sklearn.ensemble.bagging that implement HasPMMLSegmentId Modifier and Type Class Description classBaggingClassifierclassBaggingRegressor -
Uses of HasPMMLSegmentId in sklearn.ensemble.forest
Classes in sklearn.ensemble.forest that implement HasPMMLSegmentId Modifier and Type Class Description classForestClassifierclassForestRegressor -
Uses of HasPMMLSegmentId in sklearn.ensemble.gradient_boosting
Classes in sklearn.ensemble.gradient_boosting that implement HasPMMLSegmentId Modifier and Type Class Description classGradientBoostingClassifierclassGradientBoostingRegressor -
Uses of HasPMMLSegmentId in sklearn.ensemble.hist_gradient_boosting
Classes in sklearn.ensemble.hist_gradient_boosting that implement HasPMMLSegmentId Modifier and Type Class Description classHistGradientBoostingClassifierclassHistGradientBoostingRegressor -
Uses of HasPMMLSegmentId in sklearn.ensemble.iforest
Classes in sklearn.ensemble.iforest that implement HasPMMLSegmentId Modifier and Type Class Description classIsolationForest -
Uses of HasPMMLSegmentId in sklearn.ensemble.stacking
Classes in sklearn.ensemble.stacking that implement HasPMMLSegmentId Modifier and Type Class Description classStackingClassifierclassStackingRegressor -
Uses of HasPMMLSegmentId in sklearn.ensemble.voting
Classes in sklearn.ensemble.voting that implement HasPMMLSegmentId Modifier and Type Class Description classVotingClassifierclassVotingRegressor -
Uses of HasPMMLSegmentId in sklearn.ensemble.weight_boosting
Classes in sklearn.ensemble.weight_boosting that implement HasPMMLSegmentId Modifier and Type Class Description classAdaBoostRegressor -
Uses of HasPMMLSegmentId in sklearn.isotonic
Classes in sklearn.isotonic that implement HasPMMLSegmentId Modifier and Type Class Description classIsotonicRegression -
Uses of HasPMMLSegmentId in sklearn.linear_model
Classes in sklearn.linear_model that implement HasPMMLSegmentId Modifier and Type Class Description classLinearClassifierclassLinearRegressor -
Uses of HasPMMLSegmentId in sklearn.linear_model.glm
Classes in sklearn.linear_model.glm that implement HasPMMLSegmentId Modifier and Type Class Description classGeneralizedLinearRegressor -
Uses of HasPMMLSegmentId in sklearn.linear_model.logistic
Classes in sklearn.linear_model.logistic that implement HasPMMLSegmentId Modifier and Type Class Description classLogisticRegression -
Uses of HasPMMLSegmentId in sklearn.linear_model.ridge
Classes in sklearn.linear_model.ridge that implement HasPMMLSegmentId Modifier and Type Class Description classRidgeClassifier -
Uses of HasPMMLSegmentId in sklearn.linear_model.stochastic_gradient
Classes in sklearn.linear_model.stochastic_gradient that implement HasPMMLSegmentId Modifier and Type Class Description classSGDClassifierclassSGDOneClassSVM -
Uses of HasPMMLSegmentId in sklearn.model_selection
Classes in sklearn.model_selection that implement HasPMMLSegmentId Modifier and Type Class Description classFixedThresholdClassifierclassTunedThresholdClassifierCV -
Uses of HasPMMLSegmentId in sklearn.multiclass
Classes in sklearn.multiclass that implement HasPMMLSegmentId Modifier and Type Class Description classOneVsRestClassifier -
Uses of HasPMMLSegmentId in sklearn.multioutput
Classes in sklearn.multioutput that implement HasPMMLSegmentId Modifier and Type Class Description classClassifierChainclassMultiOutputClassifierclassMultiOutputRegressorclassRegressorChain -
Uses of HasPMMLSegmentId in sklearn.naive_bayes
Classes in sklearn.naive_bayes that implement HasPMMLSegmentId Modifier and Type Class Description classGaussianNB -
Uses of HasPMMLSegmentId in sklearn.neighbors
Classes in sklearn.neighbors that implement HasPMMLSegmentId Modifier and Type Class Description classKNeighborsClassifierclassKNeighborsRegressorclassNearestCentroidclassNearestNeighbors -
Uses of HasPMMLSegmentId in sklearn.neural_network
Classes in sklearn.neural_network that implement HasPMMLSegmentId Modifier and Type Class Description classMLPClassifierclassMLPRegressor -
Uses of HasPMMLSegmentId in sklearn.svm
Classes in sklearn.svm that implement HasPMMLSegmentId Modifier and Type Class Description classLibSVMClassifierclassLibSVMRegressorclassLinearSVCclassOneClassSVM -
Uses of HasPMMLSegmentId in sklearn.tree
Classes in sklearn.tree that implement HasPMMLSegmentId Modifier and Type Class Description classTreeClassifierclassTreeRegressor -
Uses of HasPMMLSegmentId in sklearn2pmml
Classes in sklearn2pmml that implement HasPMMLSegmentId Modifier and Type Class Description classEstimatorProxy -
Uses of HasPMMLSegmentId in sklearn2pmml.ensemble
Classes in sklearn2pmml.ensemble that implement HasPMMLSegmentId Modifier and Type Class Description classEstimatorChainclassGBDTLMRegressorclassGBDTLRClassifierclassLinkclassSelectFirstClassifierclassSelectFirstRegressor -
Uses of HasPMMLSegmentId in sklearn2pmml.expression
Classes in sklearn2pmml.expression that implement HasPMMLSegmentId Modifier and Type Class Description classExpressionClassifierclassExpressionRegressor -
Uses of HasPMMLSegmentId in sklearn2pmml.ruleset
Classes in sklearn2pmml.ruleset that implement HasPMMLSegmentId Modifier and Type Class Description classRuleSetClassifier -
Uses of HasPMMLSegmentId in sklearn2pmml.tree
Classes in sklearn2pmml.tree that implement HasPMMLSegmentId Modifier and Type Class Description classCHAIDClassifierclassCHAIDRegressor
-