FeatureAgglomeration
FeatureAgglomeration
A model type for constructing a feature agglomeration, based on MLJScikitLearnInterface.jl, and implementing the MLJ model interface.
From MLJ, the type can be imported using
FeatureAgglomeration = @load FeatureAgglomeration pkg=MLJScikitLearnInterface
Do model = FeatureAgglomeration()
to construct an instance with default hyper-parameters. Provide keyword arguments to override hyper-parameter defaults, as in FeatureAgglomeration(n_clusters=...)
.
Similar to AgglomerativeClustering
, but recursively merges features instead of samples."