scikit-learn clustering wrappers.
CLUSTERING table in specs. Registered under sklearn. hub keys, mirroring the native TuiML clustering family.Classes
scikit-learn AffinityPropagation (hub key sklearn.AffinityPropagation).
AffinityPropagation. 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.clustering.AgglomerativeClustering(_SklearnClustererMixin, Clusterer)
scikit-learn AgglomerativeClustering (hub key sklearn.AgglomerativeClustering).
Wraps AgglomerativeClustering. 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_clusters, linkage, metric.
__init__( self, **params, )
class sklearn.clustering.BayesianGaussianMixture(_SklearnClustererMixin, Clusterer)
scikit-learn BayesianGaussianMixture (hub key sklearn.BayesianGaussianMixture).
BayesianGaussianMixture. 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 Birch (hub key sklearn.Birch).
Birch. 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 BisectingKMeans (hub key sklearn.BisectingKMeans).
BisectingKMeans. 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 DBSCAN (hub key sklearn.DBSCAN).
Wraps DBSCAN. 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: eps, min_samples, metric.
__init__( self, **params, )
scikit-learn GaussianMixture (hub key sklearn.GaussianMixture).
Wraps GaussianMixture. 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, covariance_type, random_state.
__init__( self, **params, )
scikit-learn HDBSCAN (hub key sklearn.HDBSCAN).
HDBSCAN. 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 KMeans (hub key sklearn.KMeans).
Wraps KMeans. 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_clusters, init, n_init, random_state.
__init__( self, **params, )
scikit-learn MeanShift (hub key sklearn.MeanShift).
MeanShift. 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 MiniBatchKMeans (hub key sklearn.MiniBatchKMeans).
MiniBatchKMeans. 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 OPTICS (hub key sklearn.OPTICS).
OPTICS. 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 SpectralClustering (hub key sklearn.SpectralClustering).
SpectralClustering. 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, )