scikit-learn extraction wrappers.
FEATURES_EXTRACTION table in specs. Registered under sklearn. hub keys, mirroring the native TuiML features/extraction family.Classes
class sklearn.features.extraction.AdditiveChi2Sampler(_SklearnExtractorMixin, FeatureExtractor)
scikit-learn AdditiveChi2Sampler (hub key sklearn.AdditiveChi2Sampler).
AdditiveChi2Sampler. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
class sklearn.features.extraction.DictionaryLearning(_SklearnExtractorMixin, FeatureExtractor)
scikit-learn DictionaryLearning (hub key sklearn.DictionaryLearning).
DictionaryLearning. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
class sklearn.features.extraction.FactorAnalysis(_SklearnExtractorMixin, FeatureExtractor)
scikit-learn FactorAnalysis (hub key sklearn.FactorAnalysis).
FactorAnalysis. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn FastICA (hub key sklearn.FastICA).
Wraps FastICA. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.
Commonly set: n_components, random_state.
__init__( self, **params, )
class sklearn.features.extraction.GaussianRandomProjection(_SklearnExtractorMixin, FeatureExtractor)
scikit-learn GaussianRandomProjection (hub key sklearn.GaussianRandomProjection).
GaussianRandomProjection. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
class sklearn.features.extraction.IncrementalPCA(_SklearnExtractorMixin, FeatureExtractor)
scikit-learn IncrementalPCA (hub key sklearn.IncrementalPCA).
IncrementalPCA. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn Isomap (hub key sklearn.Isomap).
Isomap. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn KernelPCA (hub key sklearn.KernelPCA).
Wraps KernelPCA. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.
Commonly set: n_components, kernel, gamma.
__init__( self, **params, )
class sklearn.features.extraction.LatentDirichletAllocation(_SklearnExtractorMixin, FeatureExtractor)
scikit-learn LatentDirichletAllocation (hub key sklearn.LatentDirichletAllocation).
LatentDirichletAllocation. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
class sklearn.features.extraction.LocallyLinearEmbedding(_SklearnExtractorMixin, FeatureExtractor)
scikit-learn LocallyLinearEmbedding (hub key sklearn.LocallyLinearEmbedding).
LocallyLinearEmbedding. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
class sklearn.features.extraction.MiniBatchDictionaryLearning(_SklearnExtractorMixin, FeatureExtractor)
scikit-learn MiniBatchDictionaryLearning (hub key sklearn.MiniBatchDictionaryLearning).
MiniBatchDictionaryLearning. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
class sklearn.features.extraction.MiniBatchNMF(_SklearnExtractorMixin, FeatureExtractor)
scikit-learn MiniBatchNMF (hub key sklearn.MiniBatchNMF).
MiniBatchNMF. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
class sklearn.features.extraction.MiniBatchSparsePCA(_SklearnExtractorMixin, FeatureExtractor)
scikit-learn MiniBatchSparsePCA (hub key sklearn.MiniBatchSparsePCA).
MiniBatchSparsePCA. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn NMF (hub key sklearn.NMF).
Wraps NMF. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.
Commonly set: n_components, init, random_state.
__init__( self, **params, )
scikit-learn Nystroem (hub key sklearn.Nystroem).
Nystroem. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
class sklearn.features.extraction.PCAExtractor(_SklearnExtractorMixin, FeatureExtractor)
scikit-learn PCA (hub key sklearn.PCAExtractor).
Wraps PCA. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.
Commonly set: n_components, whiten, random_state.
__init__( self, **params, )
class sklearn.features.extraction.PolynomialCountSketch(_SklearnExtractorMixin, FeatureExtractor)
scikit-learn PolynomialCountSketch (hub key sklearn.PolynomialCountSketch).
PolynomialCountSketch. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn RBFSampler (hub key sklearn.RBFSampler).
RBFSampler. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
class sklearn.features.extraction.SkewedChi2Sampler(_SklearnExtractorMixin, FeatureExtractor)
scikit-learn SkewedChi2Sampler (hub key sklearn.SkewedChi2Sampler).
SkewedChi2Sampler. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn SparsePCA (hub key sklearn.SparsePCA).
SparsePCA. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
class sklearn.features.extraction.SparseRandomProjection(_SklearnExtractorMixin, FeatureExtractor)
scikit-learn SparseRandomProjection (hub key sklearn.SparseRandomProjection).
SparseRandomProjection. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
class sklearn.features.extraction.TruncatedSVD(_SklearnExtractorMixin, FeatureExtractor)
scikit-learn TruncatedSVD (hub key sklearn.TruncatedSVD).
Wraps TruncatedSVD. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.
Commonly set: n_components, algorithm, random_state.
__init__( self, **params, )