Uses of Interface
sklearn.HasType
-
-
Uses of HasType in sklearn
Subinterfaces of HasType in sklearn Modifier and Type Interface Description interfaceHasMultiTypeClasses in sklearn that implement HasType Modifier and Type Class Description classCalibratorclassClassifierclassClustererclassCompositeclassCompositeClassifierclassCompositeClustererclassCompositeRegressorclassCompositeTransformerclassDropclassEstimatorclassIdentityTransformerclassInitializerclassLabelEncoderClassifierclassPassThroughclassRegressorclassSelectorclassSkLearnClassifierclassSkLearnClustererclassSkLearnRegressorclassSkLearnTransformerclassStepclassTransformer -
Uses of HasType in sklearn_pandas
Classes in sklearn_pandas that implement HasType Modifier and Type Class Description classCategoricalImputerclassDataFrameMapper -
Uses of HasType in sklearn.calibration
Classes in sklearn.calibration that implement HasType Modifier and Type Class Description classCalibratedClassifierclassCalibratedClassifierCVclassSigmoidCalibration -
Uses of HasType in sklearn.cluster
Classes in sklearn.cluster that implement HasType Modifier and Type Class Description classKMeansclassMiniBatchKMeans -
Uses of HasType in sklearn.compose
Classes in sklearn.compose that implement HasType Modifier and Type Class Description classColumnTransformerclassTransformedTargetRegressor -
Uses of HasType in sklearn.decomposition
Classes in sklearn.decomposition that implement HasType Modifier and Type Class Description classBasePCAclassIncrementalPCAclassPCAclassTruncatedSVD -
Uses of HasType in sklearn.discriminant_analysis
Classes in sklearn.discriminant_analysis that implement HasType Modifier and Type Class Description classLinearDiscriminantAnalysis -
Uses of HasType in sklearn.dummy
Classes in sklearn.dummy that implement HasType Modifier and Type Class Description classDummyClassifierclassDummyRegressor -
Uses of HasType in sklearn.ensemble
Classes in sklearn.ensemble that implement HasType Modifier and Type Class Description classEnsembleClassifierclassEnsembleRegressor -
Uses of HasType in sklearn.ensemble.bagging
Classes in sklearn.ensemble.bagging that implement HasType Modifier and Type Class Description classBaggingClassifierclassBaggingRegressor -
Uses of HasType in sklearn.ensemble.forest
Classes in sklearn.ensemble.forest that implement HasType Modifier and Type Class Description classForestClassifierclassForestRegressor -
Uses of HasType in sklearn.ensemble.gradient_boosting
Classes in sklearn.ensemble.gradient_boosting that implement HasType Modifier and Type Class Description classGradientBoostingClassifierclassGradientBoostingRegressor -
Uses of HasType in sklearn.ensemble.hist_gradient_boosting
Classes in sklearn.ensemble.hist_gradient_boosting that implement HasType Modifier and Type Class Description classHistGradientBoostingClassifierclassHistGradientBoostingRegressor -
Uses of HasType in sklearn.ensemble.iforest
Classes in sklearn.ensemble.iforest that implement HasType Modifier and Type Class Description classIsolationForest -
Uses of HasType in sklearn.ensemble.stacking
Classes in sklearn.ensemble.stacking that implement HasType Modifier and Type Class Description classStackingClassifierclassStackingRegressor -
Uses of HasType in sklearn.ensemble.voting
Classes in sklearn.ensemble.voting that implement HasType Modifier and Type Class Description classVotingClassifierclassVotingRegressor -
Uses of HasType in sklearn.ensemble.weight_boosting
Classes in sklearn.ensemble.weight_boosting that implement HasType Modifier and Type Class Description classAdaBoostRegressor -
Uses of HasType in sklearn.feature_extraction
Classes in sklearn.feature_extraction that implement HasType Modifier and Type Class Description classDictVectorizer -
Uses of HasType in sklearn.feature_extraction.text
Classes in sklearn.feature_extraction.text that implement HasType Modifier and Type Class Description classCountVectorizerclassTfidfVectorizer -
Uses of HasType in sklearn.feature_selection
Classes in sklearn.feature_selection that implement HasType Modifier and Type Class Description classSelectFromModelclassSelectKBestclassSkLearnSelector -
Uses of HasType in sklearn.frozen
Classes in sklearn.frozen that implement HasType Modifier and Type Class Description classFrozenEstimator -
Uses of HasType in sklearn.impute
Classes in sklearn.impute that implement HasType Modifier and Type Class Description classMissingIndicatorclassSimpleImputer -
Uses of HasType in sklearn.isotonic
Classes in sklearn.isotonic that implement HasType Modifier and Type Class Description classIsotonicRegression -
Uses of HasType in sklearn.linear_model
Classes in sklearn.linear_model that implement HasType Modifier and Type Class Description classLinearClassifierclassLinearRegressor -
Uses of HasType in sklearn.linear_model.glm
Classes in sklearn.linear_model.glm that implement HasType Modifier and Type Class Description classGeneralizedLinearRegressorclassTweedieRegressor -
Uses of HasType in sklearn.linear_model.logistic
Classes in sklearn.linear_model.logistic that implement HasType Modifier and Type Class Description classLogisticRegression -
Uses of HasType in sklearn.linear_model.ridge
Classes in sklearn.linear_model.ridge that implement HasType Modifier and Type Class Description classRidgeClassifier -
Uses of HasType in sklearn.linear_model.stochastic_gradient
Classes in sklearn.linear_model.stochastic_gradient that implement HasType Modifier and Type Class Description classSGDClassifierclassSGDOneClassSVM -
Uses of HasType in sklearn.model_selection
Classes in sklearn.model_selection that implement HasType Modifier and Type Class Description classFixedThresholdClassifierclassTunedThresholdClassifierCV -
Uses of HasType in sklearn.multiclass
Classes in sklearn.multiclass that implement HasType Modifier and Type Class Description classOneVsRestClassifier -
Uses of HasType in sklearn.multioutput
Classes in sklearn.multioutput that implement HasType Modifier and Type Class Description classClassifierChainclassMultiOutputClassifierclassMultiOutputRegressorclassRegressorChain -
Uses of HasType in sklearn.naive_bayes
Classes in sklearn.naive_bayes that implement HasType Modifier and Type Class Description classBernoulliNBclassCategoricalNBclassDiscreteNBclassGaussianNBclassMultinomialNB -
Uses of HasType in sklearn.neighbors
Classes in sklearn.neighbors that implement HasType Modifier and Type Class Description classKNeighborsClassifierclassKNeighborsRegressorclassNearestCentroidclassNearestNeighbors -
Uses of HasType in sklearn.neural_network
Classes in sklearn.neural_network that implement HasType Modifier and Type Class Description classMLPClassifierclassMLPRegressor -
Uses of HasType in sklearn.pipeline
Classes in sklearn.pipeline that implement HasType Modifier and Type Class Description classFeatureUnionclassSkLearnPipeline -
Uses of HasType in sklearn.preprocessing
Classes in sklearn.preprocessing that implement HasType Modifier and Type Class Description classBaseEncoderclassBinarizerclassFunctionTransformerclassImputerclassKBinsDiscretizerclassLabelBinarizerclassLabelEncoderclassMaxAbsScalerclassMinMaxScalerclassMultiOneHotEncoderclassOneHotEncoderclassOrdinalEncoderclassPolynomialFeaturesclassPowerTransformerclassRobustScalerclassScalerclassSplineTransformerclassStandardScalerclassTargetEncoder -
Uses of HasType in sklearn.svm
Classes in sklearn.svm that implement HasType Modifier and Type Class Description classLibSVMClassifierclassLibSVMRegressorclassLinearSVCclassOneClassSVM -
Uses of HasType in sklearn.tree
Classes in sklearn.tree that implement HasType Modifier and Type Class Description classTreeClassifierclassTreeRegressor -
Uses of HasType in sklearn2pmml
Classes in sklearn2pmml that implement HasType Modifier and Type Class Description classEstimatorProxyclassSelectorProxy -
Uses of HasType in sklearn2pmml.cross_reference
Classes in sklearn2pmml.cross_reference that implement HasType Modifier and Type Class Description classMemorizerclassMemoryManagerclassRecaller -
Uses of HasType in sklearn2pmml.decoration
Classes in sklearn2pmml.decoration that implement HasType Modifier and Type Class Description classAliasclassCategoricalDomainclassContinuousDomainclassContinuousDomainEraserclassDateDomainclassDateTimeDomainclassDecoratorclassDiscreteDomainclassDiscreteDomainEraserclassDomainclassDomainEraserclassMultiAliasclassMultiDomainclassOrdinalDomainclassTemporalDomainclassTransformerWrapper -
Uses of HasType in sklearn2pmml.ensemble
Classes in sklearn2pmml.ensemble that implement HasType Modifier and Type Class Description classEstimatorChainclassGBDTLMRegressorclassGBDTLRClassifierclassLinkclassSelectFirstClassifierclassSelectFirstRegressor -
Uses of HasType in sklearn2pmml.expression
Classes in sklearn2pmml.expression that implement HasType Modifier and Type Class Description classExpressionClassifierclassExpressionRegressor -
Uses of HasType in sklearn2pmml.feature_selection
Classes in sklearn2pmml.feature_selection that implement HasType Modifier and Type Class Description classSelectUnique -
Uses of HasType in sklearn2pmml.neural_network
Classes in sklearn2pmml.neural_network that implement HasType Modifier and Type Class Description classMLPTransformer -
Uses of HasType in sklearn2pmml.pipeline
Classes in sklearn2pmml.pipeline that implement HasType Modifier and Type Class Description classPMMLPipeline -
Uses of HasType in sklearn2pmml.postprocessing
Classes in sklearn2pmml.postprocessing that implement HasType Modifier and Type Class Description classBusinessDecisionTransformer -
Uses of HasType in sklearn2pmml.preprocessing
Classes in sklearn2pmml.preprocessing that implement HasType Modifier and Type Class Description classAggregateTransformerclassBSplineTransformerclassCastTransformerclassConcatTransformerclassCutTransformerclassDataFrameConstructorclassDateTimeFormatterclassDaysSinceYearTransformerclassDurationTransformerclassExpressionTransformerclassFilterLookupTransformerclassFormatterclassLagTransformerclassLookupTransformerclassMatchesTransformerclassMultiCastTransformerclassMultiLookupTransformerclassNumberFormatterclassPMMLLabelBinarizerclassPMMLLabelEncoderclassPowerFunctionTransformerclassRegExTransformerclassReplaceTransformerclassRollingAggregateTransformerclassSecondsSinceMidnightTransformerclassSecondsSinceYearTransformerclassSelectFirstTransformerclassSeriesConstructorclassStringLengthTransformerclassStringNormalizerclassStringTransformerclassSubstringTransformerclassTypeTransformerclassWordCountTransformer -
Uses of HasType in sklearn2pmml.ruleset
Classes in sklearn2pmml.ruleset that implement HasType Modifier and Type Class Description classRuleSetClassifier -
Uses of HasType in sklearn2pmml.tree
Classes in sklearn2pmml.tree that implement HasType Modifier and Type Class Description classCHAIDClassifierclassCHAIDRegressor -
Uses of HasType in sklearn2pmml.util
Classes in sklearn2pmml.util that implement HasType Modifier and Type Class Description classReshaperclassSlicer
-