BCG-X-Official / sklearndf

DataFrame support for scikit-learn.
https://bcg-x-official.github.io/sklearndf/
Apache License 2.0
63 stars 7 forks source link

API: move `FeatureAgglomeration` to clusterers #201

Closed mtsokol closed 2 years ago

mtsokol commented 2 years ago

This PR moves FeatureAgglomeration to clusterers as it implements both ClusteringMixin and TransformerMixin.